Categories
Software Engineering

Blazor Server – What is it? Why should I use it for Web Development?

Blazor Server is Microsoft’s server-side framework where UI rendering happens on the server-side. Every change or event that happens on the client-side will be sent to the server through SignalR communication.

Categories
Software Engineering

Blazor Web Assembly – What is it? Why should I use it for Web Development?

Blazor Web Assembly is Microsoft’s client-side framework that allows you to download & run SPA’s (Single Page Applications) code on the web browser. Web assembly is going to be one of the bigger players in developing fully-fledged web applications. Microsoft has been investing a lot of resources into Blazor Web Assembly.