Tuesday, April 10, 2012

LINQ vs DTOs

Commercial ORMs contain a rich set of features for dealing with the object-relational impedance mismatch. LINQ to SQL tracks changes to object state and converts queries composed using LINQ into native SQL. Populating and returning DTOs from the results of a query executed through ADO.NET is just a different method of transfer from returning datasets


pmarflee
http://stackoverflow.com/questions/817733/using-asp-net-mvc-without-an-orm

No comments:

Post a Comment