Advertisement
Membership
Login
ACCU Buttons
Programming Topics and CVu Journal Vol 17, #4 - Aug 2005
Browse in : |
All
> Topics
> Programming
All > Journals > CVu > 174 Any of these categories |
- Options:
- View Article Map
- View Archives
Transactions with Delegates in C#
Description :
Description :
The Delegate type is a powerful feature of C#. This article introduces delegates, and shows how they can be used to solve a common problem: ensuring that a series of database updates occur as a single operation by use of a transaction.