Lightweight alternatives to NHibernate

后端 未结 8 1940
感情败类
感情败类 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 17:58

    some of the alternatives:
    - ActiveRecord - it uses nhibernate.dll in background, but configuration is done through attributes. It's like lite version of nhibernate
    - Subsonic
    - CoolStorage.NET - I used it a lot with small projects. Works well with number of dbs

提交回复
热议问题