Using SQL Server Sequences To Generate Unique Values
Imagine an Ecommerce system that generates a unique order number each time a customer goes to the checkout. How would …
Imagine an Ecommerce system that generates a unique order number each time a customer goes to the checkout. How would …
In a previous post, we talked about how we could soft delete entities by setting up a DateDeleted column (Read …
In any database schema, it’s extremely common to have the fields “DateCreated, DateUpdated and DateDeleted” on almost every entity. At …
This past week, NET 7 Preview 1 was released! By extension, this also means that Entity Framework 7 and ASP.NET …
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 …