One of the most useful Blazor features is the ability to pass data between your front-end DOM elements and back-end C# code. In this tutorial, you will learn techniques for binding C# variables such that they can be displayed in the browser or modified via user input in the browser. ... Read more →
Build Modern Web Apps with Blazor & ASP.NET Core
Master full-stack web development with C#. Build blazing-fast SPAs with Blazor, create robust REST APIs, and deploy production-ready applications.
With the launch of .NET Core 3.0 and Visual Studio 16.3.0, support for creating web apps using the Blazor template is now natively enabled. This makes it easy for you to run your C# libraries directly in the browser. ... Read more →