3 tier structure asp dot net

24
3 Tier structure Asp Dot Net

description

3 tier structure asp dot net

Transcript of 3 tier structure asp dot net

Page 1: 3 tier structure asp dot net

3 Tier structure Asp Dot Net

Page 2: 3 tier structure asp dot net

• What is 3-Tier Architecture?

• Evolution to the 3-Tier Architecture Development

• What does 3-Tier Architecture offer you?

• Advantages & Disadvantages using 3-Tier Architecture

• Example of how you can implement 3-Tier Architecture in .Net platform using Asp Dot Net 3.5

Page 3: 3 tier structure asp dot net

What is 3-Tier Architecture

• A 3 way interaction in a client/server environment.

• The user interface is stored in the client

• The bulk of the business application logic is stored in one or more servers

• The data are stored in a database server.

Page 4: 3 tier structure asp dot net
Page 5: 3 tier structure asp dot net
Page 6: 3 tier structure asp dot net
Page 7: 3 tier structure asp dot net
Page 8: 3 tier structure asp dot net
Page 9: 3 tier structure asp dot net
Page 10: 3 tier structure asp dot net
Page 11: 3 tier structure asp dot net
Page 12: 3 tier structure asp dot net
Page 13: 3 tier structure asp dot net
Page 14: 3 tier structure asp dot net
Page 15: 3 tier structure asp dot net
Page 16: 3 tier structure asp dot net

Folder Structure for the 3 tier Application

Page 17: 3 tier structure asp dot net

Application layer is the form which provides the user interface to either programmer of end user. Programmer uses this layer for designing purpose and to get or set the data back and forth.

Page 18: 3 tier structure asp dot net

This layer is a class which we use to write the function which works as a mediator to transfer the data from Application or presentation layer data layer. In the three tier architecture we never let the data access layer to interact with the presentation layer.

Page 19: 3 tier structure asp dot net
Page 20: 3 tier structure asp dot net
Page 21: 3 tier structure asp dot net
Page 22: 3 tier structure asp dot net

This layer is also a class which we use to get or set the data to the database back and forth. This layer only interacts with the database. We write the database queries or use stored procedures to access the data from the database or to perform any operation to the database.

Page 23: 3 tier structure asp dot net

Summary

oApplication layer is the form where we design using the controls like textbox, labels, command buttons etc.oBusiness layer is the class where we write the functions which get the data from the application layer and passes through the data access layer.

oData layer is also the class which gets the data from the business layer and sends it to the database or gets the data from the database and sends it to the business layer.

oProperty layer is the sub layer of the business layer in which we make the properties to sent or get the values from the application layer. These properties help to sustain the value in a object so that we can get these values till the object destroy.

Page 24: 3 tier structure asp dot net

Office: +1-205-683-1200

Email: [email protected]

Skype IM: - techmodi

MSN ID: - [email protected]

Gtalk ID: - [email protected]

Yahoo! ID: - [email protected]

Website: - www.techmodi.com

Thank You

Contact Us for :-Sales, Queries or Free Quote

TechModi : 1st Floor, ModiPlaza, near Swargate signal, Mukund Nagar Pune, Maharastra,India-411045