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?
Asked
Active
Viewed 805 times
2 Answers
1
Not the best examples I reckon, but you could take a look at the tests.

Mauricio Scheffer
- 98,863
- 23
- 192
- 275
0
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.

Afshar Mohebi
- 10,479
- 17
- 82
- 126