Auto Updating Created, Updated and Deleted Timestamps In Entity Framework
In any database schema, it’s extremely common to have the fields “DateCreated, DateUpdated and DateDeleted” on almost every entity. At …
In any database schema, it’s extremely common to have the fields “DateCreated, DateUpdated and DateDeleted” on almost every entity. At …
Such is life on Twitter, I’ve been watching from afar .NET developers argue about a particular upcoming C# 11 feature, …
A number of times in recent years, I’ve had the chance to work in companies that completely design out entire …
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 …