Topic: Article : Using the Domain Objects Persistence Pattern in .NET (Read 390 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Sep 13, 2005, 05:08:34 PM »
Domain application objects are usually central to the entire application and used by most subsystems. They represent the core data and business validation rules; therefore, good domain object design is critical for robust, high performing, yet flexible applications.