Skip to content

raphaelbressam/dotnet_dapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Code

Implementing dapper

Create a new project

    dotnet new web -o src

Install Dapper

    dotnet add package Dapper

Configure a SQL Lite connection string

    dotnet add package System.Data.SQLite

Reference

https://dapper-tutorial.net/dapper

About

How to: Use .net minimal api with dapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages