:: Building an N-Tier Application in .NET ::
Introduction :
a lot of people think that building a N-tier application is so diffucult
but to think about it , its alot easy and make sense
its just make partion of the project
Background
N-Tier is a Client-Server Architecture in which User interface (Presentation Layer), Business Rules(Business Logic Layer), Data Access(Data Layer) are separated in Layers, maintained and Developed Indipendently. The Applicatin will be broken into Tiers. Presentation Layer will be your Form or ASP.NEt page, Busines Layer will be the Classes that will Check if the Business Rules have not been Violeted, and the Data Access layer will Accept the Validated Data from the Business Logic layer and run the SQl commands on the Actual Database.

as you see in the figure below this is the Architecture of the N-Tier application
- Presentation Layer : contain all user interface and GUI , including ASp.net pages … etc
- Business Layer: contain all rules and class to manupliate the logaical of the application and communicate with the Data Access Layer
- Data Access Layer : here is where the Stored Procuder are , class that handle Data Base connection .
Have a Nice Day ^_^
-
Archives
- October 2009 (5)
- June 2009 (2)
- March 2009 (1)
- January 2009 (2)
- December 2008 (1)
- November 2008 (2)
- September 2008 (10)
- August 2008 (3)
- June 2008 (2)
- May 2008 (1)
- May 2007 (11)
- April 2007 (3)
-
Categories
-
RSS
Entries RSS
Comments RSS
