In this project, we'll build a CRUD (Create, Read, Update, Delete) Articles web app using .netCore, a micro-orm for Dapper. Simple API CRUD functionality using the .netCore C# micro-orm for Dapper and MSSQL
To use this template, your computer needs:
- .Net Core 3.0
- Dapper 2.0.30
- System.Data.SqlClient 4.7.0
- MSSQL 2008
Create Project "dotnet new webapi
dotnet run