RESTFUL WEB API USING ASP.NET CORE 2.0 WITH MSSQL(using Dapper)
In here I am going to create a CRUD application by using Dapper for the Data Access Layer, ASP.NET CORE 2.0 for the Rest API layer, and SQL Server for the database. The IDE used was Visual Studio Community 2017.