An open source business object development framework for .NET.

What Open source options are available for the .NET Business Object Design Framework. We are already using CSLA.NET Rockford Lhotka which is a very good foundation. But I am interested to know other options. If anyone knows of any other good answer please answer here.

+1


a source to share


2 answers


Try NHibernate . This is very different from CSLA. NHibernate is an ORM.



+1


a source


If you are looking for a business object design infrastructure and ORM, I would recommend PLINQO . It has a ton of documentation, is very fast, supports batch operations, audits and has a rules engine.

If you are staying at CSLA I would recommend checking out our CSLA Templates . It creates a working DAL, so you can focus more on the design of the BO and less on how you intend to fill it.



Thanks -Blake Niemyjski (by CodeSmith CSLA Templates )

0


a source







All Articles