
Data layers allow the abstraction of the SQL calls to a separate set of objects. The .netTiers template library (using CodeSmith) will build a data layer for your .NET web application, including the data administration website, the web service, base objects, etc. This article will start with a database with primary key and foreign key relations and use .netTiers to create all the Create Read Update Delete (CRUD) stored procedures and implement .netTiers as a data layer for a web site.
|