Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thoughts
Message
From
27/04/2004 10:01:51
 
 
To
27/04/2004 09:42:11
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00898135
Message ID:
00898510
Views:
20
>If I create a customer object with the ui, a customerbiz object and a customerdat layer that is self contained basically, does that violate this principle?

Idealy the UI instantiates the Businsses Object which uses the Data Layer.

There are different ideas as to how to do this. Some people have a Data Layer which is just a helper class that wraps ADO and the BizObj uses these methods. Some people have the ADO wrapper, AND they create a data object for each table. The data object uses the data layer helper class (these class combined are called the data layer and could consit of two dlls. Then the business object talks only to the data object.

The bottom line, your UI never talks to an object in the data layer, just in the business layer.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform