Reputation: 16077
What are the Open source options available for Business Object design framework in .NET. One we are already using is CSLA.NET by Rockford Lhotka, which is a very good framework. But I am interested in knowing other options. If anyone know any other good one please reply here.
Upvotes: 1
Views: 458
Reputation: 3577
If you are looking for Business Object design framework and a ORM, I'd recommend PLINQO. It has a ton of documentation, extremely quick, supports batch operations, auditing and has a rules engine.
If you are staying with CSLA, I'd recommend checking out our CSLA Templates as well. It generates a working DAL so you can focus more on the BO design and less on how you are going to populate it.
Thanks -Blake Niemyjski (Author of the CodeSmith CSLA Templates)
Upvotes: 0
Reputation: 21704
Try NHibernate. It's a lot different from CSLA. NHibernate is an ORM.
Upvotes: 1