Ajax Success Event not Working in ASP.NET Core
Post Views: 674 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: 131 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: 183 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: 697 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,108 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: 503 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’…
‘Could not load file or assembly ‘netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51′ or one of its dependencies. The system cannot find the file specified.’
Post Views: 2,075 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…
How to Integrate Blockchain in E-commerce Site
Post Views: 1,224 Introduction This article is an extension of the previous article Integrate Stratis Blockchain APIs In Your Custom Application. The article describes how to integrate Stratis blockchain transaction…
Getting Started with Smart Contract in C#
Post Views: 1,164 Introduction A smart contract is a computer program where the parties have consent on predetermined conditions of the agreement. Smart contract stores and self-executes in the blockchain network. It runs when the predefined conditions are met. Smart Contract allows…
SharePoint Provider Hosted – The underlying connection was closed: An unexpected error occurred on a send. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. An existing connection was forcibly closed by the remote host
Post Views: 1,164 Recently, I was getting this error while deploying the SharePoint Provider hosted app in Azure app service. Exact Error: The underlying connection was closed: An unexpected error…