3
votes
-1
votes
Doesn’t Linq to SQL miss the point? Aren’t ORM-mappers (SubSonic, etc.) sub-optimal solutions?
Most people have missed an essential point: in most cases, you are significantly more productive when querying in LINQ than in SQL. I've …
