Skip to content

Unit Of Work + Generic Repository pattern for Dapper.Net

Notifications You must be signed in to change notification settings

bickycheese/DapperUnit

Repository files navigation

DapperUnit

  • Simple Unit Of Work and Repository pattern (Generic!) applied for Dapper.Net.
  • See DapperUnit.Test project for examples.

Getting Started

  • Right click DapperUnit.Database project and select Publish...
  • Click Load Profile... and select the provided DapperUnit.Database.publish.xml**
  • Click Publish

(*) If you like to change the target server/database you'll have to create your own publish profile. Default target is (localdb)\MSSQLLocalDB. Don't forget to update the DapperUnit.Tests App.Config file!

  • Build and open Test Explorer, debug the tests to see the magic/horror happen!

About

Unit Of Work + Generic Repository pattern for Dapper.Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published