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…
Learn developer and data technologies with us
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…
Post Views: 423 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…
Post Views: 181 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…
Post Views: 490 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’…
Post Views: 2,063 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…
Post Views: 1,461 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…
Post Views: 966 .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…
Post Views: 427 Background Azure’s computer vision services give wide range of options to do image analysis. These AI services enable to discover the content and analyze images and videos…
Post Views: 3,531 In this article, I will explain some file upload insights and show how to upload single or multiples in app.net razor pages application. I will cover following…
Post Views: 5,397 When we start the development of any application, the first thing is implementing a theme for the solution. As per current industries trends, it is seen that…