Ado.net

Tech Guy on April 26th, 2010

Purpose: Transaction Scope is very helpful to maintain transaction across multiple Connection.  Even when the connections are to two different database.
Usage: Transaction Scope is generally used, when we need to perform ACID actions across various connection as one batch…  (ie… If one action in any one [...]

Continue reading about [ADO.Net Tips]Transaction Scope

Tech Guy on June 16th, 2009

DotNet Framework is a Programming model of the .NET environment for building, deploying, and running Web-based applications, smart client applications, and XML Web services

Continue reading about DotNet Framework Fundamentals