Most Popular and Useful Visual Studio Shortcut Keys
Using shortcut keys and commands can help to save time and result in considerable improvement as well as productivity. In this article, I will share the most useful and trendy…
Using shortcut keys and commands can help to save time and result in considerable improvement as well as productivity. In this article, I will share the most useful and trendy…
Sometime, we get this error message after publishing the solution in IIS. This error is quite common. Exact Error Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify
I was using form serialize() to submit user input data using the ajax post method to the controller in ASP.NET 5 application but data was not passing to the controller.
These days, most of the applications are developed using web API because of numerous advantages. Web API gives developers or integration engineers with options to communicate among various applications. Web
Introduction This article provides the guidelines to upgrade ASP.NET Core 2.1/2.0 (or lower versions) to 3.1. .Net Core 3.1 has long-term support and if you are using a 2.0/2.1 or
Sometimes, we get this kind of error in asp.net while publishing a solution in IIS or running locally. Exact Error Could not load file or assembly ‘System.Net.Http.Formatting’ or one of
Recently, I was getting this error in one of ASP.NET .Net Frameworks 4.7 applications. This error persisted on the server after deployment. This is surprising for an asp.net frameworks application
I was upgrading project framework from ASP.NET Core 2.1 solution to ASP.NET Core 3.1 and got error as shown below after upgradation. Error Details: “System.InvalidOperationException HResult=0x80131509 Message=EndpointRoutingMiddleware matches endpoints setup
I was upgrading project frmework from ASP.NET Core 2.1 to ASP.NET Core 3.1 and I got below exception error in my Startup.cs class. Error details : “System.InvalidOperationException HResult=0x80131509 Message=Endpoint Routing
.NET Developers often face this issue when they use the existing project or add existing project into another new solution. In my case, I faced this issue while adding existing