Top "Castle-activerecord" questions

Castle ActiveRecord is an implementation of the ActiveRecord pattern for .NET.

Nhibernate HQL where IN query

Im trying to return a SimpleQuery list that queries a single table and uses IN. I can get this to …

nhibernate hql castle-activerecord
What is NHibernate session exactly?

It's a long time I'm working with NHibernate session through frameworks like Castle ActiveRecord but never understood what is a …

nhibernate session activerecord castle-activerecord castle
Timeout exception when timeout set to infinite time

In my C# .NET 3.5 application I am using CastleProject ActiveRecord over NHibernate. This is desktop application using MS SQL Server 2008. …

nhibernate timeout castle-activerecord sqlexception command-timeout
nhibernate hql with named parameter

I have implemented a search function using Castel Active Record. I thought the code is simple enough but I kept …

nhibernate hql castle-activerecord
Eager loading of lazy loaded entities in nHibernate using ActiveRecord

I'm working on a project that has a rich object model with various sets of aggregate roots. We're using the …

nhibernate activerecord lazy-loading castle-activerecord aggregateroot