Articles
In-depth technical articles about various .NET development topics. These are stand-alone helpful articles that cover specific topics in detail, providing insights, best practices, and code examples to help you understand and apply the concepts effectively. But are not full step-by-step tutorials.
- Fixing Blazor WebAssembly Deep Linking on Azure Static Web Apps
How to fix Blazor WASM deep links with `staticwebapp.config.json` with proper cache-control headers.
- Make Time Testable with TimeProvider
Learn how to make time testable in your application by using the new .NET TimeProvider class.
- Using CollectionsMarshal for faster Dictionary access
Learn about using the CollectionsMarshall class to make Dictionary upsert more performant.
- Extension Members in C# 14
Extension members bring the ability to extend properties and static members now too.