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.
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]
Learn how to create your own Certificate Authority for your local servers so that you can run HTTPS locally without issue.
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...
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.
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,
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 ?
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.
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...
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