I want to use an existing CRUD extension for dapper-dot-net, but I have to use .net 3.5 for my project. So far I have tried the following nuget packages:
Is there any other CRUD extension for dapper out there? Or is there a way to make one of those work with .net 3.5?
I'm not sure what features you are looking to use, but Insight.Database is similar to dapper, and we just released Insight.Database v3.1, with .NET 3.5 support.
https://github.com/jonwagner/Insight.Database
Ignore this if you are committed to dapper. :)