JWT Swagger authorization using OperationFilter in .NET Core In this post, we will see how to add JWT bearer authorization to swagger API documentation using...
Continue ReadingRead Request and Response body in ASP.NET Core
Read Request and Response body in ASP.NET Core Today in this article, we will see how to Read Request and Response body in ASP.NET Core....
Continue ReadingResolved: .NET Core 2.2.2 SDK not available in Visual Studio 2017
.NET Core 2.2.2 SDK not available in Visual Studio 2017 Issue Description .NET Core 2.2 SDK doesn’t show up Visual Studio 2017 for the project...
Continue ReadingUnit Test and Mock MongoDB extension Method in ASP.NET Core
Unit Testing and Mocking MongoDB Extension Method in ASP.NET Core – Part1 In this post, we will see howto Unit Test and Mock MongoDB extension...
Continue ReadingSwagger API documentation in .NET Core 2.2
Swagger API documentation in .NET Core 2.2 Swagger or OpenAPI describes standards and specifications for the RESTFul API description. These specifications are an attempt to...
Continue Reading