Well, after doing a small project involving Java EJB 3 and thus coming across hibernate, I figured that I should give a try to NHibernate!
OK, so I got started gathering some stuff from the internet:
- first of all, I need the NHibernate stuff, which comes a sa MSI installer and in a binary ZIP-archive (and to get a clue what those guys are doing I downloaded the source code as well)
- the official documantion might come in handy as well, as well as the API documentation
- and last but not least some samples from the NHibernate team
But I figured, that I might need some more examples, maybe from real life usages …