Business Object desgin

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-05-12T13:40:39Z Indexed on 2010/05/12 13:44 UTC
Read the original article Hit count: 265

Filed under:
|
|
|

I have a question about how I setup my BO's.

I setup the BO's to contain all of my properties of the object as well as the business logic to satisfy the business rules. I decided to make all of the methods static, but I'm not sure if that was the right decision. Someone told me to split my BO's into an Entity Object of just properties and then a BO of just methods that do business rules, and don't make the methods static.

Does anyone have some experience with the way i've set this up? Any examples of how it might work better for future growth?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET