What ORM should I use for a ASP.Net MVC project?

前端 未结 9 2128
清酒与你
清酒与你 2021-02-06 09:23

I am starting a new ASP.Net MVC project and was wondering what is the best Model approach to take.

Most demos recommend LinqToSQL but I know Microsoft are not really en

9条回答
  •  星月不相逢
    2021-02-06 10:02

    We're using Fluent + NHibernate here, it works pretty well. Some alternatives that mesh well are SubSonic, Entity Framework, and Linq to SQL. I think straight NHibernate is a bit more cumbersome than it is worth, but is a great underlying layer with Castle ActiveRecord, and with Fluent.

提交回复
热议问题