EF Core 6.0 Performance Improvements
For the 6.0.0-preview4 release of Entity Framework Core, I wrote a blog post about the performance improvements introduced into EF Core 6.
For the 6.0.0-preview4 release of Entity Framework Core, I wrote a blog post about the performance improvements introduced into EF Core 6.
Async brought a world of goodness (and complexity) to .NET, including the concept of cancellation: since async operations are by their nature supposed to tak...
C# 8.0 finally brought us nullable reference types (NRTs), which us to annotate our reference types as non-nullable and get compiler warnings for code that m...
A good software project is (among other things!) measured by the quality of its documentation, but setting up a good documentation workflow isn’t trivial. Th...
JSON and Databases