newbie - com+ & transactions

  • Thread starter Thread starter suzy
  • Start date Start date
S

suzy

hi
please can someone tell me or show me a website that explains how to use
transactions in c#, and how to add components to com+.

also, does anyone know how to read the contructor string value from a com+
component?

thanks.
 
Hi,
please can someone tell me or show me a website that explains how to use
transactions in c#, and how to add components to com+.

The best site I've found that explain how to use DTC transaction in C#
is... MSDN ;-). Take a look at "Processing Transactions" topic in MSDN,
especially at "Automatic Transactions" chapter. Also, if you have an
Enterprise
version of VS, you can look at an example
"{path to
VS}\FrameworkSDK\Samples\Technologies\ComponentServices\transactions".
______________________________
With best wishes, Arthur Nesterovsky
Please visit my home page:
http://www.nesterovsky-bros.com
 
Back
Top