When choosing an ORM, is LINQ to SQL or LINQ to Entities better than NHibernate?

后端 未结 6 1353
萌比男神i
萌比男神i 2021-01-02 19:05

I find I can do more with NHibernate, and even Castle than with the Linq to Entities, or linq to SQL.

Am I crazy?

6条回答
  •  既然无缘
    2021-01-02 19:27

    The big drawbacks to NHibernate, Castle, etc., is that they're not exactly light-weight (especially NHibernate.)

    Linq to SQL is good for a light-weight, limited use ORM.

提交回复
热议问题