mike mcintyre's

.N e t J o u r n a l

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

AprMay 2008Jun
SMTWTFS
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

Archives

Topics

Source Code

Read Article and Download Source Code:  DAL For MS Access Databases - Part 4

This is the fourth part of a tutorial article I wrote to demonstrate how to create a data access layer (DAL) with .NET 2.0, ADO.NET 2.0, Visual Studio 2005, and Visual Basic 2005.

Part four of the article explains how to centralize CRUD operations (create, retrieve, update, and delete database data) in the DAL component.

In addition, part four of the article explains how to use Microsoft.NET 2.0 partial types to modify and extend the behavior of the AjaxDataSet.

mike mcintyre http://www.getdotnetcode.com

 

 

posted on Thursday, December 07, 2006 8:21 AM