R – Castle ActiveRecord using Linq to Nhibernate Example

castle-activerecordlinq-to-nhibernate

I have been using the ActiveRecord library for many years. Recently I started a new project and I'm including the AR 2.0 release in this project. I saw that it shipped with the Linq to Nhibernate library. Are there any good examples of how to use Linq to Nhibernate with the Active Record library?

Best Answer

Not the best examples I reckon, but you could take a look at the tests.

Related Topic