Better Exception Handling With EntityFrameworkCore Exceptions
I cannot tell you how many times I’ve had the following conversation “Hey I’m getting an error” “What’s the error?” …
I cannot tell you how many times I’ve had the following conversation “Hey I’m getting an error” “What’s the error?” …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
This is a 4 part series on working with Protobuf in C# .NET. While you can start anywhere in the …
An under the radar feature introduced in SQL Server 2016 (And available in Azure SQL also) is Temporal Tables. Temporal …
I’ve run into this issue not only when migrating legacy projects to use async/await in C# .NET, but even just …
I was recently helping another developer understand the various “OnDelete” behaviors of Entity Framework Core. That is, when a parent …
Sorry for an absolute mouthful of a post title. I couldn’t find any better way to describe it! In August …
In .NET Core 3.0, we were introduced to the concept of publishing an application as a single exe file and …