简体   繁体   English

.NET 4.0是否具有类似于Java的容器管理事务的功能?

[英]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 http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Transaction3.html

Yes there is. 就在这里。

Check this out 看看这个

Also this looks more informative 而且看起来更有用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM