How Rename Project And Solution Name In ASP.NET MVC
Visual Studio

Hello Guys, In this article will learn how to change ASP.NET MVC solution and all the projects name in visual studio, let’s do it step by step. First of all, rename your solution and projects name. Project Name Full solution name Then go to the project’s properties. Change Assembly name and Default namespace name with…

Auto Deploy To Azure VM Using TFS Portal (Part 2)
Visual Studio

In this article, we will learn how we can create a virtual machine and make auto-deploy to azure using the TFS portal.
Create the Virtual Machine In Azure to create a continuous integration and continuous delivery pipeline to Azure. This is Part 2.

Auto Deploy To Azure VM Using TFS Portal (Part 1)
Visual Studio

In this article, we will learn how we can create a virtual machine and make auto-deploy to azure using the TFS portal.
Create the Virtual Machine In Azure to create a continuous integration and continuous delivery pipeline to Azure. This is Part 1.

Shortcut Keys For Visual Studio
Visual Studio

Here, we will see the most useful shortcut used in Visual Studio. Shortcuts are very useful as they make our task easy and fast. So we have shown some most useful shortcuts for Visual Studio.
 

Install NuGet Packages In Visual Studio
Visual Studio

NuGet packages are pre-defined pieces of code that are reusable for other developers. You can add a NuGet package to your project and use it’s functionality wherever you want in your project. We can also say that NuGet behaves like a platform, where developers can create and share code with the world. It contains code that’s compiled as DLL which is nearly impossible to decrypt.

Clone A Project In Visual Studio 2019
Visual Studio

To start with, first, we need to have Visual Studio 2019 installed and a valid server URL. Cloning is the process of downloading or copying a repository to the destination location from the server/source. Cloning projects with Visual Studio 2019 in the Solution Explorer is very easy. Before starting the cloning process, we must have an existing repository that points out our repository on the server. Every server has its own unique repository URL.

Mapper NuGet
Visual Studio

In this article, we will talk about my first NuGet which map objects and their properties from one type to another.

Subscribe

Select Categories