R
rbg
Hi,
I am trying to understand the layering concept with the ASP.NET 2.0
apps.
I have a ASP.NET 2.0 Web app which has 3 layers
Presentation layer which contains UI elements and Input validation
logic
Business layer which contains Business Rules, Business Objects and
Business Workflow
DataTier which contains database tables and stored procedures
I understand that each layer is a independent entity and can be
considered a blackbox by all other layers. Thus each layer can be built
independently of the other layers.
But in the above scenario can somebody tell me does the Presentation
layer depend on the Business layer only or does it depend on the
DataTier as well since there is Input validation involved in the
Presentation layer????
Also does the Business layer depend on the DataTier???
Thanks
I am trying to understand the layering concept with the ASP.NET 2.0
apps.
I have a ASP.NET 2.0 Web app which has 3 layers
Presentation layer which contains UI elements and Input validation
logic
Business layer which contains Business Rules, Business Objects and
Business Workflow
DataTier which contains database tables and stored procedures
I understand that each layer is a independent entity and can be
considered a blackbox by all other layers. Thus each layer can be built
independently of the other layers.
But in the above scenario can somebody tell me does the Presentation
layer depend on the Business layer only or does it depend on the
DataTier as well since there is Input validation involved in the
Presentation layer????
Also does the Business layer depend on the DataTier???
Thanks