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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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