Personal notes on software development.
For Java technologies check my dedicated site

Pages

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:
  • 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. 
Once this backend groundwork has been laid, it moves into reporting, showing how to display, summarize, collect, and validate data from a web application.

Read the tutorial

No comments:

Post a Comment