. What are different layers commonly used in an Asp.Net application?
Posted by dotnetprograming on April 29, 2009
There are three layers.
* Presentation or interface layer consiting of web forms.
* Business logic layer (BLL) consisting of classes do to business logic.
* Data Access Layer(DAL) is used to access back-ends such as SQL Server.