nameof usage for better code quality
How the nameof operator can be leveraged to produce cleaner, less error prone code
Tuples for class value equality
Using a tuple to check the equality of two class instances
Unit testing a protected method
How to unit test a protected method on a class
Entity Framework DbContext Pooling
Using DbContext pooling to improve the performance of aan application
Visual Studio Schema Compare
Comparing two database schemas using Visual Studio Schema Compare feature
MaybeNullWhen attribute usage
How the MaybeNullWhen attribute can be used to give more information to the compiler about your code
Expanding on an property initializer
Adding additional values to a Dictionary property initializer
Type conversion with the implicit operator
How the implicit operator can be used to convert one type to another easily