This article explains how to implement a login form using ASP.NET C#
in a three-tier architecture.
In the previous article I have already explained how to create a new website in ASP.NET C#. You can check this Link.
Lets continue with the same example.
In the previous article I have already explained how to create a new website in ASP.NET C#. You can check this Link.
Lets continue with the same example.
Basically 3-Tier architecture contains 3 layers
1. Application Layer or Presentation Layer
2. Business Access Layer(BAL) or Business Logic Layer(BLL)
3. Data Access Layer(DAL)
No comments:
Post a Comment