> > 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*