top of page
Search
The Tech Platform
Mar 1, 2022
Active-Passive Background Service In .Net 6
We should be able to run multiple instances on the same background service on multiple servers. At the same time, only one instance...
The Tech Platform
Feb 22, 2022
Difference between AddScoped and AddTransient in .NET 6
To access the .NET Core DI functionality, your app must have references to Microsoft.Extensions.DependencyInjection NuGet package....
The Tech Platform
Feb 21, 2022
Using DateOnly with .Net 6 WebAPI and Entity Framework
Solving the Entity Framework part We need to tell EF how to handle DateOnly and DateOnly? — so we first need a pair of converters: using...
bottom of page