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