Scott Mitchell has an excellent tutorial about building data driven applications with ASP:NET.
The tutorial starts with the creation of a software architecture composed of:
Read the tutorial
The tutorial starts with the creation of a software architecture composed of:
- a Data Access Layer (DAL) using Typed DataSets;
- a Business Logic Layer (BLL) that enforces custom business rules;
- a presentation layer composed of ASP.NET pages that share a common page layout.
Read the tutorial
No comments:
Post a Comment