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

前端 未结 9 2110
清酒与你
清酒与你 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:27

    If it's not a huge project, I'd use Linq To SQL. If you need all the bells and whistles, bone up on nHibernate and have at it. I don't think you'd run in to any serious issues one way or the other.

提交回复
热议问题