IOperationFilter and IDocumentFilter in ASP.NET Core In this article, we will understand the Swagger interfaces IOperationFilter and IDocumentFilter in ASP.NET Core 3.1 services introduced based...
Continue ReadingJWT Authentication in ASP.NET Core
JWT Authentication in ASP.NET Core Today in this article we will learn how to integrate JWT authentication in ASP.NET Core API for 2.2 or lower...
Continue ReadingUse JWT authorization token in swagger .NET Core
Use JWT authorization token in swagger .NET Core In this article, we will learn to add a JWT authorization token in swagger .NET Core. Today...
Continue ReadingResolved: Dapper Produces ‘Invalid object name’ on Insert operation
Error: Dapper Produces ‘Invalid object name’ on Insert operation Issue Description Today in this article, we will cover below aspects, Dapper operation in the runtime...
Continue ReadingCustomizing Swagger API documentation in .NET Core
Customizing swagger API Documentation in .NET Core I was wondering if the swagger API definition (service documentation) can be modified programmatically. After a few hours...
Continue Reading