Search code examples
javac#-4.0transactionsmanagedcontainer-managed

Does .NET 4.0 have something similar to Container-Managed Transactions from Java?


Sure, there is Transaction Scope, but is there also something like this:

http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Transaction3.html


Solution

  • Yes there is.

    Check this out

    Also this looks more informative