Any exprience with Castle ActiveRecord?

Posted by afsharm on Stack Overflow See other posts from Stack Overflow or by afsharm
Published on 2010-05-29T07:57:05Z Indexed on 2010/05/29 8:02 UTC
Read the original article Hit count: 338

Hi all,

I was searching for a light data access framework based on NHibernate. I needed simple CRUD and some simple HQL or LINQ-to-NHhibernate queries. Performance was not an important issue and applications which I'm working on have simple table structure but many tables. This data access framework is going to be used in a ASP.NET Webform application.

Once a time I found S#harp architecture, but it was developed for ASP.NET MVC. Just today I found Castle ActiveRecord. But I'm wondering: If any one has any experience with it? Is it suitable for me? Should I consider any specific matter? What about its future? Is Castle ActiveRecord supposed to be developed and be active in coming years?

Thanks in Advance

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about activerecord