Jennifer said:
This framework looks wonderful but before I even attempt to study it, I
thought I would ask.
Is anyone on this using or has used this framework? Any thoughts on
it? What about scalability?
I've been using NHibernate in small to large scale applications, and am
very happy with it.
In contrast to Mr. Arnold, I didn't experience any performance problems
(in a similar scenario using WCF). This is not to say that they couldn't
exist or that it he did something wrong, just that I didn't experience
them.
In most cases, performance issues turned out to be not caused by
NHibernate, but by other parts of the application. Where NHibernate did
prove to be the problem, it was usually due to bad querying on the
programmers part. I have little to no experience with the Entity
Framework, so I can't really do a comparison.
In general, it's a robust, and well maintained framework. That does not
mean it doesn't has its quirks and little nasty caveats, but that goes
for every (orm)-framework you find.