Viewing collections with IEnumerable Visualizer
How to easily view .NET collections with IEnumerable Debugger Visualizer
AllowNull and DisallowNull attributes
Exploring the usage of the AllowNull and DisallowNull attributes
IEnumerable performance cost
Exploring the cost of virtualization with IEnumerable
Optional parameters in minimal apis
How to to send optional query string parameters to a minimal api
EF Core INSERT vs MERGE
Entity Framework Core will use MERGE instead of INSERT under certain conditions
Listing all ASP.NET Core routes
How to display access and display all routes in an ASP.NET application
Generic attributes with C#11
Starting with C# 11 attributes can now contain generic parameters
LINQ First and Single performance
Investigating LINQ performance when retrieving a single item from a enumeration
Raw string literals in .NET7
Exploring the useful .NET7 raw string literal feature
IEnumerable count without enumeration
How to (possibility) get an IEnumerable count with TryGetNonEnumeratedCount