Blockchain Virtual Event
Post Views: 1,456 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: 138 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,651 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,757 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,205 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: 1,990 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…
Error: EndpointRoutingMiddleware matches endpoints setup by EndpointMiddleware and so must be added to the request execution pipeline before EndpointMiddleware
Post Views: 1,571 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…
Error: Endpoint Routing does not support ‘IApplicationBuilder.UseMvc(…)
Post Views: 1,462 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…
How to Install Docker Desktop and Troubleshoot Issues in Windows Machine
Post Views: 1,676 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…
Failed to register URL for site. Error description: The process cannot access the file because it is being used by another process.
Post Views: 979 .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…