ASP.NET 3.5 Application Architecture and Design
上QQ阅读APP看书,第一时间看更新

Tiers and Layers

There is a misunderstanding that tier and layers are two different names for the same entity. The concept of tier and layers came into being with the need for identifying and segregating different parts of an application into separate connected components. This separation can be at two levels:

  • Physical Separation
  • Logical Separation