For an upcoming project C# code needs to be written around a legacy Oracle database. It will be very data centric, because most of the code will deal with data manipulation -- there are almost no business rules. So I decided against a full blown ORM and opted for an Active Record approach.
I come across two options: SubSonic and Castle ActiveRecord
Who has experience with both implementations? What factors should I consider, when I choose between them? Which one is more stabler/faster/easier to work with/has a good supportive community?
I would be very glad to get some decision guidance.