Getting Started with Blockchain Event
Post Views: 129 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.…
Learn developer and data technologies with us
Post Views: 129 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.…
Post Views: 3,614 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…
Post Views: 1,706 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…
Post Views: 2,191 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…
Post Views: 1,949 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…
Post Views: 1,541 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…
Post Views: 1,406 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…
Post Views: 1,648 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…
Post Views: 881 .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…