A project that provides extension methods for the NHibernate ICriteria interface to allow use of typesafe lambda expressions.
e.g.,
.Add(Expression.Eq("Name", "Smith"))becomes
.Add<Person>(p => p.Name == "Smith")
Download the documentation: http://nhlambdaextensions.googlecode.com/files/NhLambdaExtensions.html