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