Asp.Net Core Wep Api Dapper Example
- Microsoft Visual Studio 2019
- .NETCore Web Api 3.1
- MS SQL SERVER 2019
- Dependency injection
- C#
- Dapper
-
Step 1: Unzip the downloaded folder
-
Step 2: Open WebApiDapperExample.sln file with Visual Studio 2019
-
Step 3: Set as Startup Project "DapperExample.Api"
-
Step 4: Running Create Database Script in Microsoft SQL Server https://github.com/yildirimsoker/WebApiDapperExample/blob/master/DapperExample.Api/DapperDBScript.sql
-
Step 5: Update database connection: appsettings.json
-
Step 6: Run the project by pressing Play / Start button