Hi there,

can you explain to me in the easiest way what is an Architecture n-tier ???

And how to apply to a ASP.NET page or project, whit an example of code if is possible.

Thanks a lot for your help!!

Recommended Answers

All 2 Replies

The wikipedia article shoud be enough to explain it but, to really brief, n-tier relates to the breaking up of the project or application into seperate layers for easy design, developement and extension.
A three tier web app could be considered to be the user interface, the code (business logic) and the database.

There's really not a feasible way to demonstrate an entire n-tier architecture with code in a forum post. It generally consists of multiple projects targeting specific concerns of the application. You could do some research on the Model-View-Controller(MVC) pattern, the Model-View-ViewModel(MVVM) pattern, or the Model-View-Presenter(MVP) pattern to get yourself started.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.