© Bipin Joshi 2019
B. JoshiBeginning Database Programming Using ASP.NET Core 3 https://doi.org/10.1007/978-1-4842-5509-4_8

8. Blazor

Bipin Joshi1 
(1)
Thane, India
 
In the previous chapters, you learned to use jQuery and Angular to build JavaScript front-ends of ASP.NET Core applications. So your application was a mix of server-side C# code and client-side JavaScript code. Wouldn’t it be great if you can use C# on the server side as well as on the client side? That’s what Blazor allows you to accomplish. Blazor is a framework for building rich and interactive client-side web user interfaces with ASP.NET Core. Using Blazor, you create UI components using C#, HTML, and CSS. This chapter teaches you how this is done. Specifically, you will
  • Learn about ...

Get Beginning Database Programming Using ASP.NET Core 3: With MVC, Razor Pages, Web API, jQuery, Angular, SQL Server, and NoSQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.