What problem does NHibernate solve?
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-05-02T16:45:59Z
Indexed on
2010/05/02
16:57 UTC
Read the original article
Hit count: 211
nhibernate
|problem-solving
I've seen some jobs that require nhibernate knowledge, as well as numerous questions on stack. I found another question that pointed me to Summer Of NHibernate and I am watching the videos now. However it has no introduction explaining why NHibernate was created and what problem is solves. By looking on wikipedia, I can see vaguely what it does, but to me it looks like .NET already has the entity framework which seems to do the same thing.
Can anyone clarify why nhibernate exists?
© Stack Overflow or respective owner