PinnedPublished inCodeXDotnet: All you need to know about middlewaresIn dotnet, a Middleware is a piece of code that runs in the request pipeline.Jun 18A response icon1Jun 18A response icon1
PinnedPublished inCodeXSecuring 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…Dec 11, 2024A response icon7Dec 11, 2024A response icon7
PinnedHandle exceptions globally in .net with IExceptionHandler and IProblemDetailServiceProblem details is a standard way to communicate error details in HttpResponse, defined in rfc 7807. Standard ProblemDetails Properties:Nov 22, 2024A response icon1Nov 22, 2024A response icon1
PinnedOutput Caching in .net 7Output Caching middleware has introduced in .net 7 , that is used to enable caching in your application. It can be used in any .net core…Jul 29, 2023Jul 29, 2023
Fastapi CRUD With PostgreSQL (using sqlalchemy and alembic)In this tutorial we learn to create REST APIs with fastapi. We are going to use:Oct 22Oct 22
Basic e-commerce app with .Net core mvc and sql server (Youtube tutorial)In this tutorial we are going to build a basic e-commerce app using .net core mvc, entitry framework core and sql server. If you are…Oct 19Oct 19
.Net 9 and Angular 20 fullstack CRUD app (Youtube tutorial)In this tutorial, you will learn how to create a fullstack application with .NET 9 and Angular 20. If you are interested, you can check it…Oct 18A response icon1Oct 18A response icon1
.Net 9 and React 19 CRUD (It’s a youtube tutorial)In this tutorial, you will learn how to create a full stack crud application with .Net 9 API and React 19. It is a high level overview of…Oct 17Oct 17
Azure Key Vault With DotnetFirst of all, let’s see what are we going to achieve? Let’s say we have an dotnet 9 api application.Oct 4Oct 4
Azure App Configuration With Dotnet(C#)Azure App Configuration is a fully managed service, which provides you a way to store the configurations in a centralised store. You can…Sep 27Sep 27