Archive classic
Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet
EF Core using AsNoTracking with Identity Resolution
Today we will see the consequences of using AsNoTracking with the Identity Resolution feature available from EF Core 5.0 onwards. I’ve already...
By Jose Carlos Macoratti1 de julho de 2023What’s New in C# 12 – Using Primary Constructors in Classes and Structs
Capacity was previously restricted to the use of Records with C# 12. We can now also use Primary Constructors in the class...
By Renato Groffe22 de junho de 2023Putting your site in multiple languages with .NETCore Web Razor and Globalization
Do you want to make your site work in several languages automatically? Then read on.I advise you also to do the example...
By Mauricio Junior11 de abril de 2023Transitioning Later for Reddit from Docker Machines to Digital Ocean Kubernetes
I recently completed a migration from my old docker-machine-based infrastructure (so 2016!) to Digital Ocean’s hosted kubernetes service. The bulk of the work...
By Adam Bard21 de julho de 2020How to implement a function using context
In this post, we will implement a function that uses context. In the calling example, I will use the WithTimeout context. In...
By Tiago Temporin9 de junho de 2023