PetaPoco or Dapper are not really an ORM like EF or NHibernate. You can
write SQL or a stored proc and all it really does is map it to a POCO for
ease of use in the C# code. I have not really touched a DataSet or
DataAdapter directly for years.

On Fri, Sep 16, 2016 at 10:51 AM, Greg Keogh <gfke...@gmail.com> wrote:

> Using something like PetaPoco makes that pretty easy.
>>
>
> Okay, I never saw that before. It's still and ORM, albeit a small one. At
> a glance at the home page, you're coding SQL statements inside code (tight
> coupling), it's not a LINQ provider at all, and it uses T4 templates (like
> EF does anyway). So overall, it's cute but I can't imagine using this
> in heavyweight projects -- *GK*
>

Reply via email to