Blazor is framework came under ASP.Net core application. It is released with .Net core 3.
Till now, we are using JavaScript frameworks for creating a user interface for applications. With Blazor, now we can create a user interface with C# too. Developers do not need to depend on just JavaScript or its frameworks. Blazor takes advantage of web assemblies, which allows running assembly on the browser itself. And almost modern browsers support this feature.
Throughout this series, I am going to teach you how to create your own custom Blazor components and handle data, parameters, events, and more.
What will you learn in this course?
Who should take this course?