Re: Transaction Scope in DotNet using C#. Hi,
it should not be used in a shared web hosting environment because the server may get
re-configured.
I don't see how the server becoming reconfigured affects the use of
TransactionScope.
You want to use the TransactionScope class when you want the code
encapsulated in the scope of the instance (it's meant to be used in a using
statement) is to run in a transactional context.
Look at the documentation for the TransactionScope class on how to use
it.
__________________ S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
|