CSharp
C# 9 Deep Dive: Pattern Matching
In a C# 9 deep dive, we explore improved pattern matching.
C# 9 Deep Dive: Records
In a C# 9 deep dive, we go in depth on records.
C# 9 Deep Dive: Init-only features
In a C# 9 deep dive, we will first walk through init-only features.
On simplifying null validation with C# 9
An update on simplified null checking in C# 9.
Reduce mental energy with C# 9
Learn how C# 9 makes things cleaner, more maintainable, and minimizes mental energy.
Party in the cloud with feature flags and Azure App Configuration
Learn how to integrate native .NET feature flags with Azure App Configuration.
Implement custom filters in your ASP.NET Core feature flags
Learn how to implement custom filters in your ASP.NET Core apps, using pre-shipped filters or even writing your own.
Using Microsoft.FeatureManagement.AspNetCore to filter actions and HTML
Use Microsoft.FeatureManagement.AspNetCore to filter HTML and controller actions.