Getting Started with Smart Contract in C#
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…
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…
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 HResult=0x80131509 Message=Endpoint Routing
.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 while adding existing
Microsoft has announced the release of preview 1 Visual Studio 2022 as first release. This means, we can install Visual Studio 2022, however, this is available for 64bits only. This
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 in real time.
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 points: File Upload
In this article, we are going to learn how to compare two databases using SQL Server Database Project (Template) available in Visual Studio. I will cover the following points: Introduction
Recently, we were facing this error while deploying the asp.net solution into server (IIS) as a separate application (Sub Domain) in a main web application. Scenario I created a website
Recently, we were facing this error while deploying the asp.net solution into server (IIS) as a separate application (Sub Domain) in a main web application. Scenario I created a website
Recently, we were facing this error while deploying the asp.net solution into server (IIS) as a separate application (Sub Domain) in a main web application. Scenario I created a website