The Curious Case of Commands and Cancellation
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...
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
Npgsql 4.0 was finally released on May 30th, and as the release notes mention, a big focus of that release was making the driver as fast as it could be.