Getting Started with Blockchain Event
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. Please find details
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. Please find details
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 scenario, multiple developers
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 scenario, multiple developers
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 Private APIs. We
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 very first step
I was upgrading project framework from ASP.NET Core 2.1 solution to ASP.NET Core 3.1 and got error as shown below after upgradation. Error Details: “System.InvalidOperationException HResult=0x80131509 Message=EndpointRoutingMiddleware matches endpoints setup
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
Introduction Docker enables us to build and share containerized applications and microservices. In this article we will learn how to install and make ready a docker desktop in Windows machine
.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