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?
+1
A:
Not the best examples I reckon, but you could take a look at the tests.
Mauricio Scheffer
2009-12-13 22:02:26
A:
LINQ-to-NHibernate is not very different while using in Castle Active Record. So refer to NHibernate's source on SourceForge and then find unit tests related to NHibernate-to-LINQ.
afsharm
2010-06-12 07:12:37