Stop using async void in C#! Do this instead.

The Best Way to Validate Your Settings in .NET

You Completely Misunderstand How Strings Work in C#

Implementing API Key Authentication in ASP.NET Core

This C# keyword isn't what it seems to be #Shorts

nameof gets its one missing feature in C# 11

The Easiest Way to Measure Your Method’s Performance in C#

Double the Performance of your Dictionary in C#

Optimizing String Performance Easily in C#

The New Constructor Type Coming in C# 12 is Weird

How to create your own Fluent API in C#

The history of the dynamic type in C# and why I don't use it

How the C# compiler completely changes your code #Shorts

Attributes get a feature long-overdue in C# 11

Using Latest C# Features in Any Old .NET Version

C# gets yet another keyword in C# 11

Restricting endpoints with Roles | ASP.NET Core 5 REST API Tutorial 18

Is C# getting out of hand?

Integration testing | ASP.NET Core 5 REST API Tutorial 15

.NET 6 adds malloc support in C# ! #Shorts

How to rate limit (throttle) your ASP.NET Core API

How Regex in C# can kill your app

Is Dynamic in C# Actually Slow?

Testing your C# code reliably by freezing it in time

Microsoft removed the new C# 11 bang-bang operator #Shorts

Is C# getting slower?

When Readonly isn’t Readonly in C#

Inject C# In Any .NET App With This Secret Entry Point

Is LINQ in C# actually slow?

The best way to create a string in C# that you shouldn't use

C# 11’s new List Patterns are a bit too powerful

The C# Feature I Use Instead of Reflection

How "out" works in C# and why "in" can make or break your performance

ChatGPT can write better code than me

Adding properties to classes you don't own in C#

7 Awesome New Features in .NET 7

Elegant API Versioning in ASP.NET Core (Web API)

The weirdest way to loop in C# is also the fastest

C# has pointers like C?? #Shorts

The biggest performance TRAP of LINQ in C# | .NET Tips 4