For the beginners its an astonishing phrase "3 tier architecture". For me it was same as yours now. But when I get that it seems the easiest thing in .NET. Its all about creating instances for classes and using those instances call the methods present in the class.
Three important layer of this architecture are
Three important layer of this architecture are
- Client Layer (class file of aspx page)
- Business Logic Layer(BLL) (normal class file)
- Data Access Layer(DAL) (normal class file)