Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 555 Bytes

Dapper Simple Crud Practice

Overview

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.

Status

This Project is for beginners who are interested in dot net core 6 and dapper for simple CRUD operation.