Dapper.Rainbow VS Dapper.Contrib
问题 Can someone please explain the difference between Dapper.Rainbow vs. Dapper.Contrib ? I mean when do you use SqlMapperExtensions.cs of Dapper.Contrib and when should you use Dapper.Rainbow? 回答1: I’ve been using Dapper for a while now and have wondered what the Contrib and Rainbow projects were all about myself. After a bit of code review, here are my thoughts on their uses: Dapper.Contrib Contrib provides a set of extension methods on the IDbConnection interface for basic CRUD operations: Get