Reputation: 3948
I am looking for an ORM tool, which can support SQLServer/Oracle/MySql, etc. I have used entity framework earlier and not very sure if that can achieve this flexibility. But I also loved the ease and great integration in visual studio. I have also considered NHibernate, but I have no experience with it. So I am kind of undecisive, google returned a lot of ORM tools, like SubSonic, FluentNHibernate, etc.
Since, I am very close on picking up NHibernate and unsure of the issues it has, can someone who has worked on NHibernate as well as Entity Framework give a quick comparison on ease of use, the learning curve needed, support for LINQ, etc for NHibernate?
Note: The most important factors for me is the ability to switch to different database types (SQLServer/Oracle, etc) and performance.
Upvotes: 0
Views: 1781
Reputation: 51634
Here is a Feature-by-Feature comparision of Entity Framework and NHibernate.
Upvotes: 1