Use OAuth2 Authorization Token in swagger .NET Core In this post, we will see how to Use OAuth2 Authorization Token in swagger .NET Core. Swagger...
Continue ReadingResolved: TypeLoadException: Could not load type ‘Microsoft.AspNetCore.Mvc.MvcJsonOptions’ swagger error
TypeLoadException: Could not load type ‘Microsoft.AspNetCore.Mvc.MvcJsonOptions’ from assembly ‘Microsoft.AspNetCore.Mvc.Formatters.Json Issue Description While adding Swagger to .NET Core 3.0 gives below error, TypeLoadException: Could not load...
Continue ReadingASP.NET Core – Basic Authentication with example
Basic Authentication in ASP.NET Core with example Today in this article we will learn how to secure ASP.NET Core API using Basic Authentication in .NET...
Continue ReadingUse Basic Authentication in Swagger ASP.NET Core
Use Basic Authentication in Swagger ASP.NET Core Swagger or OpenAPI describes the standards and specifications for the RESTFul API description. As we know these specifications...
Continue ReadingDockerize-Containerize your First .NET Core application
Dockerize your First .NET Core application Recently I tried to containerize one of my microservices using Docker. While doing that I learned a few details...
Continue Reading