Or Dapper (https://github.com/StackExchange/dapper-dot-net)

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On 
Behalf Of Craig van Nieuwkerk
Sent: Friday, 16 September 2016 12:40 p.m.
To: ozDotNet <ozdotnet@ozdotnet.com>
Subject: Re: Entity Framework - the lay of the land

Using something like PetaPoco makes that pretty easy.



What about the classical problem of "impedance mismatch". You have to carefully 
maintain DataSets or similar and use DataAdapter to fill them, then writing 
data back is a circus trick with the ADO.NET<http://ADO.NET> classes. Then they 
invented ORMs, why did they do that!? -- GK

Reply via email to