My .NET Developer Roadmap for 2023

C# TryGetValue method on dictionaries

How to effectively use Redis Cache in .NET Core (Framework, Standard)

What are Closures in C# and why you NEED to know about them

C# Stress Testing your .NET applications

C# Using – Explained for dummies (and Pros)

Why You Should Write Tall LINQ Queries In C# #shorts

How to use Discriminated Unions Today in C#

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

Local and Interpreted Queries in C# 11 | Advance LINQ Course | Lecture 4

Brincando com Github Actions | Github

The Best Way to Validate Your Settings in .NET

You Completely Misunderstand How Strings Work in C#

Migrating your database to Azure SQL – Preparation is everything | Data Exposed: MVP Edition

Implementing API Key Authentication in ASP.NET Core

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

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

Are you serious about learning integration testing using ASP.NET 7 ?

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

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