How to Export Swagger.Json- OpenAPI without tools Today in this article, we will see How to Export Swagger.Json without tools using existing available API endpoint...
Continue ReadingPolly Retry Policies and Error handling in C# .NET
Polly Retry Policies and Error handling in C# .NET Today in this article, we shall see how to implement Polly Retry Policies and Error handling...
Continue ReadingAPI Versioning in ASP.NET Core with Examples
Today in this article, we will cover how to enable REST API Versioning in ASP.NET Core. We will understand the importance of versioning and the...
Continue ReadingHttpContext Best Practices in .NET
HttpContext Best Practices in C# .NET Today this article we will cover HttpContext Best Practices in .NET C# code. We already learned how to access...
Continue ReadingOAuth2 Authentication in OpenAPI Swagger ASP.NET Core
OAuth2 Authentication in OpenAPI Swagger ASP.NET Core Today in this article, we shall discuss, how to add OAuth2 Authentication in OpenAPI Swagger ASP.NET Core 3.1...
Continue Reading