Feed

Note that I may not have fully read/viewed all of the things in this feed. The images, content and opinions in them are owned by their respective authors.

Monolith to Microservices

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]
Read More
How to Create Your Own SSL Certificate Authority for Local HTTPS Development

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.
Read More

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...
View
Blazor vs React in 2021- Pros & Cons | Infragistics Blog

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.
Read More
Blazor Server in .NET Core 3.0 scenarios and performance

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,
Read More
How Blazor Performs Against Other Frameworks

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.
Read More

Should I Peek Blazor

remibou.github.io
Should I peek Blazor ?
Read More
Blazor Train - Free Training on Microsoft 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.
Read More

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...
View
Blazor Toast Notifications using only C#, HTML and CSS

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
Read More