netcorekit icon indicating copy to clipboard operation
netcorekit copied to clipboard

Dapper consideration

Open thangchung opened this issue 5 years ago • 0 comments

Because legacy system might only has Store Procedure which contains all business logic there so that we need to have a way to work effectively with this kind of work. Dapper is the best choice due to the stable and flexible when working with this scenario.

Ref:

  • https://www.davepaquette.com/archive/2018/01/28/using-stored-procedures-to-load-data-with-dapper.aspx
  • https://github.com/spaki/dapper-generic-repository
  • https://github.com/timschreiber/DapperUnitOfWork
  • https://github.com/mehrdadbahrainy/DapRepo

thangchung avatar May 01 '19 07:05 thangchung