954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

n tier architecture in ASP.NET

Hi..All..I want to design a n tire architecture in my application.I've gone through many sites and have understood the concept but I don't how to start it.
I've very basic questions like..how do I create the layer and How do I connect between the layers..
Would you please help and if you have any sample coding(VB.NET) pls send it to me..
Thanxs
Tany

tany
Newbie Poster
1 post since May 2006
Reputation Points: 10
Solved Threads: 0
 

No one is going to send you any code, as that totally defeats the spirit of a forum.

"n-tier architecture", with various "layers", is a philosophical thing. In terms of actual coding, all it really means is that you organize things in a logical manner.

For example, all the code to interact with your database, should be in its own class. To write something to a database, your application would use the members of your "db" class.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

to make an application as n tier, first you need to design all layers its just paper work, what database or how many tables require then create your database, once you create all tables or you database now you have to create front end of your apllication so create view of you application whatever your application reqiurements then now make controls which are used in the application.


actually n tier architecture is talk about the separete layers, like you need to create data components seperate from your code behind logic, and your front end page, you just need to connect or use all components where ever need it in code part.

rajni11
Newbie Poster
11 posts since Mar 2006
Reputation Points: 10
Solved Threads: 0
 

Click the below link for N tier Architecture :

N tier Architecture

gsuryaprasath
Newbie Poster
3 posts since Jul 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You