Dec
15
Written by:
Tomasz Modelski
2009-12-15 00:07:43Z
We are setting up architecture in new project and it’s not easy to decide which DAL / ORM technology use in it.
NHibernate or Entity Framework ?
I’m determined to use NHibernate, but 2 of team members are familiar with EF and don’t now NH at all.
I was looking for post about NH vs EF, there are many (most of them are 1 year old) but only a few are recent , those recent ones are here:
UPDATE (05-01-2010):
First, we decided to use Entity Framework. After 2 weeks, we swiched back to NHibernate.
I’ll explain it in further posts, but main reason was buggy EF Designer in Visual Studio. It was hard & time consuming to build model.
Especially updating model from database was painful and buggy process.
Some few additional links:
My advice is: If you are creating enterprise application, don’t touch EF. Use NHibernate.
I’ve tested it.
Tags: