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

前端 未结 9 2127
清酒与你
清酒与你 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 you're willing to spend some money or have a smaller project I'd at least try out LightSpeed. I found pain points withe very ORM I've ever tried and I'm currently using LINQ to SQL myself.

    LightSpeed is pretty feature rich though the LINQ support is missing a few features nothing major that can't be worked around. It's pretty close to being the same as LINQ to SQL and LINQ to Entities but has a few more features like Full-text Search.

提交回复
热议问题