Comments on: TransactionScope in C# https://www.tatvasoft.com/blog/transactionscope-in-c/ Thu, 21 Sep 2023 09:13:56 +0000 hourly 1 By: Lakshya https://www.tatvasoft.com/blog/transactionscope-in-c/#comment-21976 Thu, 21 Sep 2023 09:13:56 +0000 https://www.tatvasoft.com/blog/?p=3427#comment-21976 Great article about using TransactionScope in C#! This article provides a complete overview of transactions in C# and gives a step-by-step guide to managing transactions in C#. I especially like nested transactions. Also give me a better understanding of the uses of TransactionScope, its properties in C# development, and much more.

]]>
By: Mindy Cooper https://www.tatvasoft.com/blog/transactionscope-in-c/#comment-5534 Thu, 05 Aug 2021 11:15:11 +0000 https://www.tatvasoft.com/blog/?p=3427#comment-5534 I had some basic knowledge about working of transaction scope in c# but I lacked in information about the properties of transaction which is called by an acronym of ACID. Indeed it was very helpful to know about the bug of the .NET framework of version 4.5.0 it will be helpful in future when I will be working with async /await. The default properties of a transaction in c# are mentioned in easy language overall it was an awesome read, would definitely recommend it to others.

]]>
By: Jackson Hopkins https://www.tatvasoft.com/blog/transactionscope-in-c/#comment-5476 Fri, 09 Jul 2021 04:22:35 +0000 https://www.tatvasoft.com/blog/?p=3427#comment-5476 Indeed I agree that Transaction Scope is the simplest way to handle all the transactions in c#. All thanks to .NET Framework version 2.0 for introduction Transaction Scope. It helps in increasing code readability and efficiency by allowing developers to write database code and logical code in separate functions or classes. Which then later can be called directly in transactions. This blog is a great read. I found default properties of transaction scope in c# very helpful!

]]>
By: Alice https://www.tatvasoft.com/blog/transactionscope-in-c/#comment-5453 Mon, 28 Jun 2021 07:05:32 +0000 https://www.tatvasoft.com/blog/?p=3427#comment-5453 I agree that handling transactions are critical for any business application. Indeed TransactionScope is an essential class in the .NET Framework which supports transactions from code blocks. The How to use section is very helpful and I can use these references for my future .NET Development projects. Additionally, the list of properties of TransactionScope for C# Development is explained in a very simple and effective way.

]]>