Skip to content

練習 Unit of Work Pattern 實作於 Dapper 上(To practice how unit of work pattern implementation for dapper.)

License

Notifications You must be signed in to change notification settings

cdcd72/NetCore.Dapper.UnitOfWorkPattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCore.Dapper.UnitOfWorkPattern

這個專案專注於非同步實作,對於同步實作並不是太多。
This project is intended to be used asynchronously only. Non-async methods are not exposed.

練習 Unit of Work Pattern 實作於 Dapper 上。
Unit of work pattern implementation for dapper in .Net Core.

此專案以北風資料庫作為範例。
This project use Northwind database, for example.
Northwind and pubs sample databases for Microsoft SQL Server

TODO

Unit Testing...

最後版本

1.0.0.2 (April 21, 2020)

記錄

  • 1.0.0.0
    • Initial commit (初次上版)
  • 1.0.0.1
    • .Net Core 2.1 upgrade to 3.1 (升版至 .NET Core 3.1)
  • 1.0.0.2
    • Modify solution structure (調整專案結構)

參考 github

DapperUnitOfWork by timschreiber
DapRepo by mehrdadbahrainy
Dapper.UnitOfWork by petrhaus

參考文章

About

練習 Unit of Work Pattern 實作於 Dapper 上(To practice how unit of work pattern implementation for dapper.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published