Reputation: 5570
I am having problems finding an example project that uses NHibernate 2.1.0. Anyone know of some that are out there, or even open source projects that use it?
Upvotes: 1
Views: 415
Reputation: 122212
I think Sharp Architecture and the demo project that comes with it uses NHibernate 2.1 - also one of the newer versions of Fluent-NHibernate (which I highly recommend if you don't want to get lost in xml-mapping hell).
Upvotes: 6
Reputation: 56964
I'm using NHibernate 2.1 in my current project at work.
But, why do you need an example project that uses NH2.1 ? Most of the example projects that show you how to use NH, are very limited. I mean; those projects are so simple that the new things that have been introduced in NH2.1 are possibly not used.
Upvotes: 2