DEV Community

Cover image for My Journey with Blazor Server
Zoltan Halasz
Zoltan Halasz

Posted on

My Journey with Blazor Server

In my study of C# alongside Javascript, and working on my projects (asp.net core and WPF), I came across this technology called Blazor.

This attempts to make C# valid across back-end and front-end, possibly avoiding the use of Javascript on the front-end. Blazor, as a part of Asp.Net Core 3.0 and 3.1, has two flavors, Blazor Webassembly and Blazor Server-Side.

My preoccupation is the latter, as it is production ready. The result is, some asp.net applications that are very fast and responsive, and there are lots of free and beautiful components that can add nice design to the web apps.
Blazor Server Image

The tutorials I checked and can recommend, are the following:
Tim Corey's material about Blazor Server:

Checking the free resources I want to highlight now two of them:

And I found another beautiful tutorial, which I did not yet check in detail:

https://www.syncfusion.com/ebooks/blazor-succinctly

Overall, I find Blazor Server-Side a very interesting idea, worth exploring further.

Oldest comments (6)

Collapse
 
zuchers profile image
zuchers

thanks, this was useful

Collapse
 
metalmikester profile image
Michel Renaud

Thanks for the links. I've been playing with server-side Blazor for a couple of weeks for a personal project that I originally thought about doing in React or Vue. I took advantage of Pluralsight's free month (ends today) to take their Blazor courses - from getting started all the way to Enterprise stuff where the various instructors use the same project and improve upon it with each course, so there's some continuity.

I haven't checked the Radzen components yet (I only became aware of them later), but DevExpress also have a library of free Blazor components here: devexpress.com/blazor/

Collapse
 
zoltanhalasz profile image
Zoltan Halasz

Devexpress is also in Tim Corey's list of free resources.

Collapse
 
metalmikester profile image
Michel Renaud

I'm lazy when it comes to watching videos, so I haven't watched them yet. :D

Thread Thread
 
zoltanhalasz profile image
Zoltan Halasz

I'm lazy too. This one I watched though. That video has a list in the description with all useful links.

Thread Thread
 
metalmikester profile image
Michel Renaud

Cool. I'll check it out when I take a break later. :)