c# - Implicit transaction with explicit implementation -


as framework developper, provide implicit transaction scope environment works across threads.

this imply committabletransaction created existing ambiant transaction if any.

could create commitabletransaction ambiant transaction ?

i'll try implement new transactionscope using concept explained here.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -