How to Link and Unlink OneDrive from Local Machine
Post Views: 1,401 Introduction OneDrive is the option where we can store our files, folder, or work in the cloud. OneDrive is part of Office 365 (Microsoft 365). In Hotmail/Outlook…
Error Message 401.2.: Unauthorized: Logon failed due to server configuration
Post Views: 438 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…
Button Text Change and Enable/Disable Button using JavaScript
Post Views: 2,284 This write-up helps you to change the text of the button as well as disable/enable the button using Javascript. Sometimes we need this in our application while…
Resolve: Ajax Post Method form Serialization Data not Passing to Controller in ASP.NET 5
Post Views: 957 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…
Ajax Success Event not Working in ASP.NET Core
Post Views: 680 I was working on ASP.NET Core MVC project. I was submitting the form using $.ajax but once the submit response is succeded then it was not going…
Digital Transformation – A Case Study Based on A Client Visit
Post Views: 139 Digital transformation, a journey for the success of a organization, business, and people. Considering the situation and modernization, the inevitable journey is the adoption of contemporary technologies…
Getting Started with ASP.NET Web API .NET 5
Post Views: 191 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…
Commonly Used Blockchain Terminologies
Post Views: 702 Introduction When we start learning new technology, we need to learn basic terms use in the technology. If we don’t know the terms and terminologies of that…
How to Upgrade ASP.NET Core 2.1 To ASP.NET Core 3.1 version
Post Views: 2,119 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…
Could not load file or assembly ‘System.Net.Http.Formatting’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Post Views: 530 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’…