-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Core 9 Essentials
By :
ASP.NET Core 9 has several frameworks that provide the creation of UIs with high quality and good user experience, using client-side and server-side approaches.
We will talk about the newest technology that uses the WebAssembly standard, called Blazor, which is a powerful and flexible UI framework. However, if you are used to JavaScript frameworks, you can also benefit from the .NET platform.
Just as with Razor Pages and MVC, Blazor offers a single-page application (SPA) framework on the .NET platform, running both client-side and server-side, using all the power of C#.
The client-server version of Blazor runs on the WebAssembly platform, which is a compact bytecode with an optimized format, fast to download, and provides great performance when running on the client side, creating rich UI experiences.
As we can see in Figure 2.11, Blazor is an abstraction of...