Skip to content

In software engineering, multitier architecture (often referred to as n-tier architecture) or multilayered architecture is a client–server architecture in which presentation, application processing, and data management functions are physically separated. The most widespread use of multitier architecture is the three-tier architecture. N-tier app…

License

Notifications You must be signed in to change notification settings

shahedbd/MultitierArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multitier Architecture

In software engineering, multitier architecture (often referred to as n-tier architecture) or multilayered architecture is a client–server architecture in which presentation, application processing, and data management functions are physically separated.

The most widespread use of multitier architecture is the three-tier architecture. N-tier application architecture provides a model by which developers can create flexible and reusable applications. By segregating an application into tiers, developers acquire the option of modifying or adding a specific layer, instead of reworking the entire application.

A three-tier architecture is typically composed of a presentation tier, a domain logic tier, and a data storage tier.




DB Generic Repository-Class Lib Project

Model-Class Lib Project

Business Logic(BL)-Class Lib Project

Shared-Class Lib Project

Common Code Generator-Class Lib Project

SQL Project-DB Management Project

API-Web Project

Client/Presentation-Web Project

About

In software engineering, multitier architecture (often referred to as n-tier architecture) or multilayered architecture is a client–server architecture in which presentation, application processing, and data management functions are physically separated. The most widespread use of multitier architecture is the three-tier architecture. N-tier app…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published