Ramesh Soni
Ramesh Soni

Reputation: 16077

Open source Business Object design framework for .NET

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

Answers (2)

Blake Niemyjski
Blake Niemyjski

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

Vadim
Vadim

Reputation: 21704

Try NHibernate. It's a lot different from CSLA. NHibernate is an ORM.

Upvotes: 1

Related Questions