Flags attribute for enums
Using the Flags attribute to treat an enum as a set of flags
Visual Studio Code snippets
Having a look at some of the code snippets shipped with Visual Studio
Creating temporary files in .NET
Exploring the built-in temporary file creator
Anonymous type property name inference
How anonymous types can infer property names from variable names
Static constructors in C#
Exploring the behavior of static constructors in C#
Catering for big numbers with BigInteger
How to work with integer values great than int.MaxValue with BigInteger
Controller FromServices change in .NET 7
How the FromServices requirement for controllers is changing in.NET 7
Rectangle text selection in Visual Studio
How and why the rectangular text selection is useful