Creating a Template in Visual Studio
In this post, we will go through creating a project template in Visual Studio. First, open Visual Studio, and create a new project. I will base my project off the Console application, so I will select Console App: You will see: Add some packages, for example, NewtonSoft.Json and EntityFramework. Let’s add a lower version than the current version for one of the packages so we can also demonstrate what happens … Continue reading Creating a Template in Visual Studio