.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 ReadingResolved:net:: ERR_INVALID_HTTP_RESPONSE in chrome browser response
Error : net::ERR_INVALID_HTTP_RESPONSE in chrome browser response Issue Description “net:: ERR_INVALID_HTTP_RESPONSE” in Net Core 2.2 WebAPI invocation within Chrome browser or noticeable when if invoked...
Continue ReadingJWT Swagger using OperationFilter in .NET Core
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 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 ReadingCherry Pick in Git for Trunk-Based Development
Cherry Pick in Git for Trunk-Based Development Cherry-pick in Git (Version Control System) is a technique of picking up a commit from a branch and...
Continue Reading