Friday, February 15, 2008 1:55 AM
Bob Beauchemin's Blog
MHO: LINQ to SQL and Entity Framework: Panacea or evil incarnate? Part 2
This post covers LINQ to SQL and EF worry #2. That is: LINQ to SQL and EF will encourage "SELECT * FROM..." style coding because you get back a nice, clean object this way instead of the less-useful anonymous type you receive by doing projection. This
Read More...