ADO.NET Entity Framework vs NHibernate

前端 未结 7 1447
不知归路
不知归路 2020-12-05 09:31

So the ADO.NET Entity Framework has gotten a little bit of bad press (in the form of blog entries and a petition) but I don\'t want to rush to judgement. I\'m limited in tim

7条回答
  •  执笔经年
    2020-12-05 10:18

    If zero configuration is main advantage of SubSonic you can look at Fluent nHibernate or Entity Framework Code-First

    UPDATE from Răzvan Panda: Fluent NHibernate has been mostly made obsolete by inclusion in NHibernate itself of mapping by code, see: notherdev.blogspot.ie/2012/02/

提交回复
热议问题