Loading .NET Configuration From a Database: Useful, but Not Free
The trade-offs of database-backed configuration in .NET, including startup, caching, and operational ownership.
The trade-offs of database-backed configuration in .NET, including startup, caching, and operational ownership.
A practical introduction to equality contracts in .NET and the bugs that appear when Equals and GetHashCode disagree.
A practical look at gRPC for internal service communication without treating it as a replacement for every HTTP API.
A cautious guide to correcting a migration that has already reached a database.