There seems to be a DapperExtensions project, but there is also a SqlMapperExtensions class in the Dapper project. Is there overlap? Is one preferred over the other? I can't find any documentation on Dapper.Contrib.

link|improve this question
feedback

2 Answers

Dapper.Contrib is the assembly name: http://code.google.com/p/dapper-dot-net/source/browse/#hg%2FDapper.Contrib

SqlMapperExtensions is the static class containing the contrib methods within Dapper.Contrib: http://code.google.com/p/dapper-dot-net/source/browse/Dapper.Contrib/SqlMapperExtensions.cs

The best documentation is the test case class: http://code.google.com/p/dapper-dot-net/source/browse/Dapper.Contrib.Tests/Tests.cs

link|improve this answer
feedback

I think user1003841 was referring to https://github.com/tmsmith/Dapper-Extensions.

The authors are Thad Smith and Page Brooks - so it's not Sam Saffron's work. The project page says "This library is a separate effort from Dapper.Contrib".

link|improve this answer
"The authors are Thad Smith and Page Brooks - so it's not Sam Saffron's work." made me lol because of who the original answer came from – Terry Apr 4 at 19:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.