Is ORM still the “Vietnam of Computer Science”?

前端 未结 10 841
孤街浪徒
孤街浪徒 2020-12-23 18:05

I read this post last night, and I noticed it was from 2006. I could go either way on the ORM, database thing, but I was just wondering if everything bad Jeff said about OR

10条回答
  •  爱一瞬间的悲伤
    2020-12-23 18:41

    I can only speak for my experience. I use DAL and DTO's, and I am still capable of performing pretty complex queries (joins and all), and also I am able to resort to SP's or custom SQL whenever I need. It made my life easier, my code consistent and my deadlines more attainable.

提交回复
热议问题