CSharp

C# 9 Deep Dive: Pattern Matching

C# 9 Deep Dive: Pattern Matching

In a C# 9 deep dive, we explore improved pattern matching.

Dave Brock
Dave Brock
CSharp
C# 9 Deep Dive: Records

C# 9 Deep Dive: Records

In a C# 9 deep dive, we go in depth on records.

Dave Brock
Dave Brock
CSharp
C# 9 Deep Dive: Init-only features

C# 9 Deep Dive: Init-only features

In a C# 9 deep dive, we will first walk through init-only features.

Dave Brock
Dave Brock
CSharp
On simplifying null validation with C# 9

On simplifying null validation with C# 9

An update on simplified null checking in C# 9.

Dave Brock
Dave Brock
CSharp
Reduce mental energy with C# 9

Reduce mental energy with C# 9

Learn how C# 9 makes things cleaner, more maintainable, and minimizes mental energy.

Dave Brock
Dave Brock
CSharp
Party in the cloud with feature flags and Azure App Configuration

Party in the cloud with feature flags and Azure App Configuration

Learn how to integrate native .NET feature flags with Azure App Configuration.

Dave Brock
Dave Brock
CSharp
Implement custom filters in your ASP.NET Core feature flags

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.

Dave Brock
Dave Brock
CSharp
Using Microsoft.FeatureManagement.AspNetCore to filter actions and HTML

Using Microsoft.FeatureManagement.AspNetCore to filter actions and HTML

Use Microsoft.FeatureManagement.AspNetCore to filter HTML and controller actions.

Dave Brock
Dave Brock
CSharp