Codezy
Codezy

Reputation: 5570

NHibernate 2.1 Example?

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

Answers (2)

George Mauer
George Mauer

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

Frederik Gheysels
Frederik Gheysels

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

Related Questions