Friday, June 04, 2004

Useful ADO.NET Programmer's Reference :
---------------------------------------


Events of
---------
i)DataSet
---------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadataseteventstopic.asp

ii)DataTable & DataRow .
-----------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadatatableeventstopic.asp

Creating and Using DataSets
---------------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcreatingusingdatasets.asp

Working with a Typed DataSet:
----------------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconworkingwithtypeddataset.asp

Row States and Row Versions
---------------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconrowstates.asp

Writing Secure ADO.NET Code
---------------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconwritingsecureadonetcode.asp

Difference between the Remove and the Delete method:
----------------------------------------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondeletingdatarowfromdatatable.asp

Transactions and Concurrency Control using ADO.NET
--------------------------------------------------
http://www.zdnet.com.au/builder/architect/database/story/0,2000034918,20271957,00.htm
http://www.c-sharpcorner.com/Code/2002/Aug/TransactionsNConcurr.asp

Introduction to Data Concurrency in ADO.NET
-------------------------------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskPerformingOptimisticConcurrencyChecking.asp
http://msdn.microsoft.com/library/en-us/vbcon/html/vbwlkHandlingConcurrencyException.asp?frame=true

Connecting to Data Sources with ADO.NET
---------------------------------------
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriadonetconnections.asp

0 Comments:

Post a Comment

<< Home