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