CoderJony

Visual Studio

Unable to install NuGet package as NuGet packages are Offline Only in Visual Studio

Unable to install NuGet package as NuGet packages are Offline Only in Visual Studio

You may be facing this issue when working with recently installed Visual Studio.

Read More By Ankush Jain
Creating NuGet package using Visual Studio 2019 and publishing it to Nuget.org

Creating NuGet package using Visual Studio 2019 and publishing it to Nuget.org

In this post, we will understand how can we create a NuGet package using Visual Studio 2019. Also, we will understand, how to deploy this package to Nuget.org to make it available to the rest of the world.

Read More By Ankush Jain
Solution- rzc generate exited with code 1 in Visual Studio 2017

Solution- rzc generate exited with code 1 in Visual Studio 2017

I just got this error while publishing my first ASP.NET Core application in Self-Contained Deployment mode.

Read More By Ankush Jain
Unable to start debugging on the web server. The remote server returned an error (404) not found.

Unable to start debugging on the web server. The remote server returned an error (404) not found.

I recently faced this issue while I was trying to launch my ASP.NET MVC application from Visual Studio 2017 but I was unable to do that because Visual Studio was always showing me a popup with below error message.

Read More By Ankush Jain
Create a new project & push it to Git Repository

Create a new project & push it to Git Repository

If you are a beginner to Git then you have come to the right place.

Read More By Ankush Jain
How to enable/disable ESLint in Visual Studio 2017 ?

How to enable/disable ESLint in Visual Studio 2017 ?

ESLint is a tool which allows us to write clean, optimized, organized & valid JavaScript code by following a set of rules or coding guidelines.

Read More By Ankush Jain