Latest Articles in the Category ADO.NET
Patrik Löwendahl, Oct 31, 2008
Patrick Loewendahl talks about modeling domains with the Entity Data Model.
Chinh Do, Oct 31, 2007
Chinh Do describes techniques to improve application performance with bulk operations using ODP.NET.
Xun Ding, Sep 10, 2007
This article illustrates the translation to and from an ADO .NET DataSet and XML.
Eric Popivker, Nov 24, 2006
In this article I would like to examine two-way data-binding in 3-tier web application and how using XLib library can substantially decrease the amount of data-binding code without compromising the amount of control you have over it. I start by describing the ways data flow has been handled in 3-tier applications and how XLib improves upon it.
Muhammad Mosa, Oct 06, 2006
A transaction is a unit of work. You use transactions to ensure the
consistency and integrity of a database. If a transaction is successful, all of
the data modifications performed during the transaction are committed and made
permanent. If an error occurs during a transaction, you can roll back the
transaction to undo the data modifications that occurred during the transaction.
Keyvan Nayyeri, Sep 27, 2006
SqlBulkCopy is a new feature in ADO.NET 2.0 that lets you to perform copy operation for a large amount of data between a source data store and a destination data table. In this article Keyvan introduces this new feature in .NET 2.0 and shows a sample application in action.
Product Spotlight