Dapper Getting Started With your First MVC Projects
In this article, we will learn how to create an ASP.NET MVC application. The easiest way to create an ASP.NET application is to open Visual Studio and create a C# web project using the ASP.NET Web Application (.NET Framework) template.
Name the project DapperDemoApp and select OK.
In New ASP.NET Web Application - DapperDemoApp, select MVC and click OK button.
ZZZ Projects