1. Would you use NHibernate for a project with a legacy database, which is partly out of your control? stackoverflow.comFor me the answer is currently: No, I would use iBatis, because NHibernate is a pain, when the database model and the object model are not in synch. If I don't ... |
2. What is the difference between NHibernate and iBATIS.NET? stackoverflow.comI am looking for some up to date information comparing NHibernate and iBATIS.NET. I found some information searching Google, but a good bit of it applies either to the Java ... |
3. ibatis.net or nhibernate on mono stackoverflow.comI 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 ... |
4. iBatis / MyBatis opinion stackoverflow.comWhat is your opinion on iBatis / MyBatis? With respect to performance and flexibility. How do you think it stacks up against other C# ORMs? Is the C# version pretty stable and usable? ... |