- The presentation tier
- The business tier
- The data tier
The business tier receives requests from the presentation tier and returns a result to the presentation tier depending on the business logic it contains. (C# Classes)
The data tier is responsible for storing the application’s data and sending it to the business tier when requested. (SQL Server Stored Procedures)
No comments:
Post a Comment