Tuesday, October 06, 2009

Fluent Tutorials

4 useful tutorials on using Fluent for NHibernate.

A fluent interface to NHibernate - Part 1
A fluent interface to NHibernate - Part 2 - Value Objects
A fluent interface to NHibernate - Part 3 - Mapping Relations
A fluent interface to NHibernate - Part 4 – Configuration

Also, remember, Fluent is an interface to NHibernate, so you can do anything you could do with NHibernate. A good example is performing queries. I searched all over for information on how to perform queries using Fluent for NHibernate and didnt find any. And then when it dawned on me that I could use NHibernate, I found a ton of resources.

Here is one from NHibernate’s documentation pages: https://www.hibernate.org/hib_docs/nhibernate/html/querycriteria.html

No comments: