One solution (setup) to rule them all – Blazor Webassembly, Blazor Server, Blazor Electron

Hello my dear friends and Blazorians 🙂 This post will be a follow up on the previous post – Make it all dynamic in BLAZOR – Routing, Pages and Components But before we start, I want to give a shout out to some of the great contributors in our BLAZOR community: Ed Charbeneau, aka mr … More One solution (setup) to rule them all – Blazor Webassembly, Blazor Server, Blazor Electron

Make it all dynamic in BLAZOR – Routing, Pages and Components

Dear friends, Microsoft just released .Net Core 3.0 Yes! It happened at .NET Conf 2019. A lot of interesting stuff 🙂 Like the new fast JSON API – System.Text.Json(No need for Newtonsoft anymore) and of cource C# 8 with all it’s new stuff: Async streams – IAsyncEnumerable(we can finally use Yield) Switch Expressions Nullable reference … More Make it all dynamic in BLAZOR – Routing, Pages and Components