Some suggestions on which .NET ORM to look at learning

前端 未结 9 949
陌清茗
陌清茗 2020-12-10 06:34

I am a little ashamed to say that I have never used an ORM; as you may recall most of my career experience is hacking around with Classic ASP and the little .NET I do tends

9条回答
  •  爱一瞬间的悲伤
    2020-12-10 07:20

    SubSonic from Rob Connery is a "Swiss Army knife" ORM based on ActiveRecord. You can be productive with it in 30 minutes. Be warned, it is NOT at the level of NHibernate in terms configuration options, etc. It is hugely productive, and the code is very clean. We use it on most of our projects.

提交回复
热议问题