I've often wanted to have an instant search for the many NHibernate manuals, blogs, articles and code samples. So, I put together a Google Custom Search just for this, and wrapped it up into a little web app. It's called the NHibernate Deep Grok...
I know, this title sounds like: "hmm?" Let me explain it with more detail. NHibernate is a framework that use natively Xml in order to configure a mapping between objects and tables, is in charged of join these different worlds. But now, what...
There's no better way to explain some code-related issue than providing a test for them, and that is what any NH team member is going to ask you no matter how clearly you described it; that said.. why not being smart enough to provide it since the...