Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need a stable orm or dataccess framework to use with mono 2.4.2.3. Does anyone used ibatis.net (3.0 alpha or older) or nhibernate 2.1 on mono, are they solid enough for production use ?

Regards, sirmak

share|improve this question

2 Answers

I haven't used IBatis but I have used NHibernate and have had no problems with it at all.

I am still running against mono 2.4.

share|improve this answer

Our parent corporation has a framework that uses iBatis for the ORM stuff. They chose it because our corp's enterprisey server stuff is about evenly divided between java and .net.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.