CSLA.net - Inheritable Base classes
Posted
by JMSA
on Stack Overflow
See other posts from Stack Overflow
or by JMSA
Published on 2009-08-30T12:26:38Z
Indexed on
2010/04/04
12:03 UTC
Read the original article
Hit count: 520
I was reading the book "Expert C# 2005 Business Objects"
.
The book describes various base classes to be inherited by various classes to solve real-world problems.
But the book does not provide examples of all those classes.
Can anyone give me all of those examples (with reason) to better understand CSLA?
For example, Which real-world objects are to be considered as Read-only Root Objects (Student/Product/Order, etc.)? And Why?
© Stack Overflow or respective owner