vote up 1 vote down star

I heard somewhere that NHibernate for .NET will stop development because microsoft developed the enity framework. Is this true?

flag

5  
No, this is not true. In fact, the NHibernate Mafia essentially drafted a petition or vote of "no confidence" in the Entity Framework. – BobbyShaftoe Nov 7 at 4:58
See also stackoverflow.com/questions/731981/… for why you'd use one over the other. – JeremyMcGee Nov 7 at 7:22

3 Answers

vote up 4 vote down check

Given that version 2.1 was released relatively recently, one would presume that it is still actively being developed

link|flag
3  
2.1.1 was released just on 30th October – HeavyWave Nov 7 at 5:16
vote up 3 vote down

Of course NHibernate is in active development. I don't know where you got that from, but speaking of EF... as it currently seems it isn't even close replacing NHibernate.

Look at the recent commits to the NHibernate project to get a feeling of how active it is developed. Also make sure to check out NHForge for anything related to NHibernate development.

link|flag
vote up 0 vote down

i sincerely doubt it. entity framework is an alternative, just like linq2sql was. doesn't mean that it somehow eliminates the need for nhibernate or the functionality it brings.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.