Commonly Used Blockchain Terminologies
Post Views: 709 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,126 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: 534 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,108 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,235 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,186 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,181 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…
Blockchain Virtual Event
Post Views: 1,462 C# Corner is going to organize a free virtual event (webinar) on August 14, 2021, on the topic of Blockchain. Please find details about the event from…
Getting Started with Blockchain Event
Post Views: 151 C# Corner is going to organize a free virtual event (webinar) to get started with Stratis Blockchain and get ready for Student Hackathon on July 24th 2021.…
Easy way to Create GitHub Repository and add new or existing project using GitHub Desktop
Post Views: 3,662 Background Software development is all about writing code and developing solutions following requirements and processes. Managing code becomes complex with time and multiple contributors. In the real…