Wednesday Shorts #4

3 Hand-Picked Reads About .NET, Azure, Data, AI/ML, And Technology Every Wednesday.

#1 - Blazor SSR Gets Auto Render Mode in the Latest .NET 8 Preview

The final .NET 8 preview (before the release candidates start rolling out) brings a much-hailed feature—Auto render mode. Now you can run your interactive components using Server for that fast initial load, before switching (automatically) to WASM once it’s finished loading in the background

#2 - Multi-tenancy with ASP.NET Core & FinBuckle.Multitenant

Multi-tenancy is a complex topic with a generally understood definition, yet the devil is in the details. From a high level, Multi-tenancy is the idea that a single codebase can support many users in what they perceive as unique-to-them silos. While the multi-tenancy approach is popular, it can be tricky to implement, especially within the ASP.NET Core pipeline, which heavily depends on dependency injection. In this post, we’ll see how to use the FinBuckle.Multitenant package to gain a competitive advantage when developing multi-tenant applications.

#3 - ASP.NET Core updates in .NET 8 Release Candidate 1

.NET 8 Release Candidate 1 (RC1) is now available and includes many great new improvements to ASP.NET Core!

Previous
Previous

Wednesday Shorts #5

Next
Next

Wednesday Shorts #3