-
Book Overview & Buying
-
Table Of Contents
.NET MAUI Cross-Platform Application Development
By :
In the second part of this book, we will learn how to build a .NET MAUI Blazor Hybrid app. Blazor is a single-page app (SPA) framework that uses Razor components as building blocks. You might have heard of other SPA frameworks, such as React, Angular, Vue, and so on. Most SPA frameworks use JavaScript, but Blazor uses C# instead of JavaScript. Blazor can also be used to build the so-called Blazor Hybrid application. In a Blazor Hybrid app, Razor components run natively on the device using an embedded Web View control so that the Blazor Hybrid app can access device features in the same way as a native app. We will re-build our app as a Blazor Hybrid app in Part 2. There are four chapters in Part 2.
This section comprises the following chapters: