C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ravi Shekhar(1)
Moses Soliman(1)
Dashrath Hapani(1)
Anu Viswan(1)
Munir Shaikh(1)
Resources
No resource found
TransactionScope in C#
Nov 28, 2013.
This article is a beginner's tutorial to understand what is Transactionscope and how to use it in real time.
Managing Distributed Transactions with ADO.NET 2.0 using TransactionScope
Apr 15, 2006.
This article describes how to manage distributed transactions that can span multiple data sources in a Microsoft .NET application.
MSDTC in C#: Distributed Transaction Explained with Example
Oct 29, 2025.
Explore MSDTC in C# for managing distributed transactions across multiple resources like SQL databases. Ensure atomicity: all operations succeed or fail together. Learn with examples!
Transaction In File Operations
Feb 14, 2022.
The article illustrates how to create a transactional resource manager which supports File I/O operations.
Distributed Transaction Coordinator/Control In ASP.NET (DTC)
Jul 31, 2007.
A transaction is a series of work perform as a single unit of work consistency and reliability of the system, can be achieved by binding a set of related operations together in a transaction. Here I will be discussing how we can run distributed application in a application.