blog.mha.dk
The on-line blog of Michael Holm Andersen

ObjectDataSource In Depth

Friday, 26 May 2006 21:31 by mha

I've mentioned the built-in DataSet feature in Visual Studio 2005 before, which through a ObjectDataSource will take care of the CRUD operations (create, retrieve, update and delete) of your domain objects.

If you're using the DataSet feature you might take a closer look at this article at CodeProject: http://www.codeproject.com/useritems/ObjectDataSourceInDepth.asp

Comments are closed