Implementing the .netTiers Template Library as a .NET Website's Data Layer - Part I
Posted by: 15Seconds.com Features,
on 29 May 2008 |
View original | Bookmarked: 0 time(s)
Data layers allow the abstraction of your application's SQL calls to a separate set of objects. The .netTiers template library (using CodeSmith) can help you build a data layer for your .NET Web application. This article will start with an existing sample database and will walk you through the process of using .netTiers to creating all the Create Read Update Delete (CRUD) stored procedures and a data layer for a .NET Web site.Visit our new .NET 2.0 section!...