Castle ActiveRecord is an implementation of the ActiveRecord pattern for .NET.
Im trying to return a SimpleQuery list that queries a single table and uses IN. I can get this to …
nhibernate hql castle-activerecordIt'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 castleIn 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-timeoutI have implemented a search function using Castel Active Record. I thought the code is simple enough but I kept …
nhibernate hql castle-activerecordI'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