This is a simple project to practice Dapper Simple Crud in Dot Net Core 6 MVC
Step 1: Clone this repo
Step 2: Edit appsettings.json according to your local server
Step 3: Run script to create database located at wwwroot/database/dapperpractice.sql
Now your project is ready to run.
This Project is for beginners who are interested in dot net core 6 and dapper for simple CRUD operation.