Entity Framework: IQueryable vs IEnumerable
How different collection types impact Entity Framework queries
Namespace-less types
Reference types without a namespace and handling naming conflicts
Delimit an array with ArraySegment
Using ArraySegment to represent only a portion of a larger array
Route handler filters in .NET 7
Learning about minimal api route handler filters coming in .NET 7
Override vs New behavior
A look into polymorphism with override and new and their differing behavior
Unsafe cast for performance
Performing unsafe casts for performance improvements
Filter IEnumerable with OfType
LINQ has a built in method to automatically filter a collection by a specific Type
Combining enum values
Using bit flags to combine enum values to simplify code