Avinash
Avinash

Reputation: 3291

studying nhibernate critieria queries

Is there any other site for studying critieria queries like http://www.hibernate.org/hib_docs/nhibernate/1.2/reference/en/html/querycriteria.html

Upvotes: 0

Views: 172

Answers (3)

Rashack
Rashack

Reputation: 4665

The nhibernate.info website has lot of docs.

Upvotes: 1

martijn_himself
martijn_himself

Reputation: 1570

One of the most helpful resources for me to learn more about NHibernate's Criteria API was definitely the 'Summer of NHibernate' screencast series (see here). Session 2 will show you how powerful it is.

The guy that created those series seriously rocks.

Upvotes: 1

Stefan Steinegger
Stefan Steinegger

Reputation: 64628

Upvotes: 1

Related Questions