1. Introduction to Blazor
What is Blazor Blazor is Microsoft’s solution for the single page web application developoment frameworks e.g. React, Vue, Angular etc. Why you should even think of adopting Blazor? If you want to do web client side development in C#, then Blazor is an ideal solution. You don’t need to learn JavaScript. It is not that simple. It actually goes way beyond JavaScript. Blazor is an SPA framework for web development. It is an alternate of libraries like React, Vue and the likes....