¡@

Home 

c# Programming Glossary: dapper

Performing Inserts and Updates with Dapper

http://stackoverflow.com/questions/5957774/performing-inserts-and-updates-with-dapper

Inserts and Updates with Dapper I am interested in using Dapper but from what I can tell it.. Inserts and Updates with Dapper I am interested in using Dapper but from what I can tell it only supports Query and Execute... tell it only supports Query and Execute. I do not see that Dapper includes a way of Inserting and Updating objects. Given that..

How do I select an aggregate object efficiently using Dapper?

http://stackoverflow.com/questions/6146918/how-do-i-select-an-aggregate-object-efficiently-using-dapper

do I select an aggregate object efficiently using Dapper Lets say that I have a series of objects that form an aggregate... string Details get set public List B Items get set using Dapper what is the best way to populate these from tables in a database..

Looking for a fast and easy way to coalesce all properties on a POCO

http://stackoverflow.com/questions/7422861/looking-for-a-fast-and-easy-way-to-coalesce-all-properties-on-a-poco

pointless classes a static type being quite useful for Dapper and just in general . What I'm looking for is a nice way to..

AutoMapper (Or Similar) - Allow Mapping of Dynamic types?

http://stackoverflow.com/questions/7778216/automapper-or-similar-allow-mapping-of-dynamic-types

micro ORMs which are using POCOs instead of dynamic. Like Dapper PetaPoco Actually it's not hard to write yourself a mapper if..