Reading List
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
Monolith to Microservices
oreilly.com
Chapter 4. Decomposing the Database As we’ve already explored, there are a host of ways to extract functionality into microservices. However, we need to address the elephant in the room: … - Selection from Monolith to Microservices [Book]

How to Create Your Own SSL Certificate Authority for Local HTTPS Development
deliciousbrains.com
Learn how to create your own Certificate Authority for your local servers so that you can run HTTPS locally without issue.
Application State with Blazor: Carl Franklin's Blazor Train ep 15
youtu.be
Carl shows you the benefits of keeping application data outside components and pages, and how to do cross-component change notifications. You can download th...

Blazor vs React in 2021- Pros & Cons | Infragistics Blog
infragistics.com
Should you choose React or Blazor? Find out the state of Blazor today and how it compares with one of the most popular frameworks, React.

Blazor Server in .NET Core 3.0 scenarios and performance
devblogs.microsoft.com
Since the release of Blazor Server with .NET Core 3.0 last month lots of folks have shared their excitement with us about being able to build client-side web UI with just .NET and C#. At the same time, we’ve also heard lots of questions about what Blazor Server is,

How Blazor Performs Against Other Frameworks
telerik.com
We’ll compare performance of Blazor Server, Blazor WebAssembly and ASP.NET Core MVC, looking at network, number of HTTP requests and total load time.
Should I Peek Blazor
remibou.github.io
Should I peek Blazor ?

Blazor Train - Free Training on Microsoft Blazor
blazortrain.com
Blazor Train is a free extensive class on Microsoft Blazor, an extremely productive technology for developing web applications using HTML markup and the C# programming language.
WebAPI vs gRPC : Carl Franklin's Blazor Train Ep 45
youtube.com
Carl shows you how to use gRPC in your Blazor apps as an alternative to a more common API layer.You can download all files at www.blazortrain.com#blazor #dat...

Blazor Toast Notifications using only C#, HTML and CSS
chrissainty.com
In this post, I'm going to show you how to build toast notifications for your Blazor/Razor Components applications using only C#, HTML and CSS