oceanicwang / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

Testable Repository for Dapper #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I am not reporting a bug but asking a question.

Does anyone ever implemented a Repository Pattern for Dapper?
I think it would be the best way for testing, not?

By reading Dapper.Rainbow code I created the following:

http://stackoverflow.com/questions/9847886/dapper-ioc-testing-and-agatha/9852430
#9852430

This is still a work in progress ... It can be improved.
And I missing the Insert, Delete and Update methods.

Can something like Dapper.Rainbow be possible but with a Repository?

Thank You,
Miguel

Original issue reported on code.google.com by mdmo...@gmail.com on 24 Mar 2012 at 2:39