C# – The state of LINQ to NHibernate ActiveRecord

activerecordccastle-activerecordlinq

Does anyone know if the LINQ to NHibernate ActiveRecord is ready for production?

I'm about to start a project that has some tight modelling deadlines. ActiveRecord looks like a winner as opposed to my previous experiences with LINQ to SQL. LINQ to SQLs db first is nice, but somewhat cumbersome after a while. What makes LINQ to SQL so attractive is LINQ queries.

Can the same LINQ syntax be used in ActiveRecord?

What does the community think of ActiveRecord and LINQ to ActiveRecord for production?

V

Best Answer

Time has passed, NHibernate has a LINQ provider since 2.1 and ActiveRecord since 2.0.