mike mcintyre's

.N e t J o u r n a l

vbCity Blogs moved to:
http://cs.vbcity.com/blogs
  Home :: Syndication  :: Login

FebMarch 2010Apr
SMTWTFS
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

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