Lightweight alternatives to NHibernate

后端 未结 8 1923
感情败类
感情败类 2021-01-01 17:54

NHibernate is not really a good fit for our environment due to all the dependencies. (Castle, log4net etc.)

Is there a good lightweight alternative?

Support

8条回答
  •  無奈伤痛
    2021-01-01 18:09

    LINQ to SQL could be good alternative to "heave" ORM systems if you'll use it properly.

提交回复
热议问题