Doesn't Linq to SQL miss the point? Aren't ORM-mappers (SubSonic, etc.) sub-optimal solutions?

后端 未结 24 1333
日久生厌
日久生厌 2020-11-30 18:35

I\'d like the community\'s take on some thoughts I\'ve had about Linq to Sql and other ORM mappers.

I like Linq to Sql and the idea of expressing data access logic (

24条回答
  •  一整个雨季
    2020-11-30 19:18

    Ted Neward wrote a great essay on his take on this subject - that ORM's are the "Vietnam" of computer science...

    http://blogs.tedneward.com/2006/06/26/The+Vietnam+Of+Computer+Science.aspx

提交回复
热议问题