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, 20246Dec 11, 20246
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, 20241Nov 22, 20241
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
Rest Api Designing Best PracticesThere are some common practices one should take care of while designing REST APIs.1d ago1d ago
Published inCodeXSingleAsync() vs SingleOrDefaultAync() vs FirstAsync() vs FirstOrDefaultAsync() vs FindAync()I don’t think there is any need of introduction. Let’s jump to the code section. We coders understand with code more. Let’s understand the…Feb 15Feb 15
Published inCodeXDatabase first approach with DotNet CoreI have used database first approach in the .NET Framework 4.X. But It is the first time I am trying to use Db First approach in the .NET…Feb 11Feb 11