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

OctNovember 2009Dec
SMTWTFS
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

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