EF queries on unmapped types
Introducing the ability to execute raw queries on unmapped types
ArrayPool for frequent array creation
Using ArrayPool for performant memory reuse when creating array frequently
Calling an async method in a constructor
Using lazy initialization to call an async method from a constructor
Case-less Dictionary keys
How to ignore the case of Dictionary keys when performing operations
LINQ lambda vs method group
Comparing lambda and method groups when using LINQ
Task.Delay accuracy
Learning about the accuracy of Task.Delay with small time frames
LINQ Any/All over Count
Use the Any or All methods instead of the Count method