Ravindra DevraniSecuring The .NET 9 App: Signup, Login, JWT, Refresh Tokens, and Role Based Access with PostgreSQLREST APIs are stateless, so server does not store any information about the client. So we can not authorize the rest application in a…3d ago
Fiodar SazanavetsThe Anatomy of .NET Aspire ApplicationAdding components is easy, as Aspire comes with fully fledge orchestrator functionality, such as service discovery. Launching and…Jun 231
Dmitry StadubBoost Your C# Skills: Top 25 Mind-Blowing Tips and Tricks 🚀C# continues to evolve with each version. By mastering these tips you’ll not only write better code but also enjoy more the development.Dec 52Dec 52
InLevel Up CodingbyMatt BentleyA Simple Event Sourcing Implementation in .NETA beginners guide to Event Sourcing and how to implement Event Sourcing in .NET using Entity Framework Core and MediatR.Oct 31, 20235Oct 31, 20235
Ravindra DevraniSecuring The .NET 9 App: Signup, Login, JWT, Refresh Tokens, and Role Based Access with PostgreSQLREST APIs are stateless, so server does not store any information about the client. So we can not authorize the rest application in a…3d ago
Fiodar SazanavetsThe Anatomy of .NET Aspire ApplicationAdding components is easy, as Aspire comes with fully fledge orchestrator functionality, such as service discovery. Launching and…Jun 231
Dmitry StadubBoost Your C# Skills: Top 25 Mind-Blowing Tips and Tricks 🚀C# continues to evolve with each version. By mastering these tips you’ll not only write better code but also enjoy more the development.Dec 52
InLevel Up CodingbyMatt BentleyA Simple Event Sourcing Implementation in .NETA beginners guide to Event Sourcing and how to implement Event Sourcing in .NET using Entity Framework Core and MediatR.Oct 31, 20235
Slim KtariDynamic Multi-Tenant Authentication in .NET with JwtBearerImplementing authentication in a multi-tenant application can be challenging. Ensuring strict data isolation or scaling authentication…Dec 2
Elnoor MammadliSetting up and customizing minimal Identity API in .NET 9Here is Microsoft documentation page for Introduction to Identity on ASP.NET Core. While I was going through those docs I found some of…2d ago
InLevel Up CodingbyMatt BentleyCQRS in ASP.NET with Separate Read/Write Models using MediatRHow to implement CQRS in ASP.NET using MediatR. A guided example using CQRS with separate Read and Write models using Enity Framework Core…Oct 12, 20233