‘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,105 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,232 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,178 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,176 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,461 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: 144 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,659 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…
What is Git, GitHub and GitHub Desktop and Create A Git Repository in GitHub using GitHub Desktop
Post Views: 1,778 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…
Integrate Blockchain APIs in Your Custom Application
Post Views: 2,217 Introduction In this article, I will elucidate how to integrate Stratis Blockchain API in custom or third party application. We will create angular application and integrate Stratis…
Sweet Alert Implementation in Angular
Post Views: 2,006 This write-up describes how to implement sweet alerts in the Angular application. The article will explain from the project creation to sweet alert implementation in detail. The…