MTS in .NET

  • Thread starter Thread starter Sajjad
  • Start date Start date
S

Sajjad

Hello all,
I was wondering if Microsoft has provided an alternate API or tool for
MTS. Or its the same usage in .NET.
Saj.
 
Hello all,
I was wondering if Microsoft has provided an alternate API or tool for
MTS. Or its the same usage in .NET.
Saj.

Well, COM+ is there :)

Look at the EnterpriseServices namespace, and especially the ServicedComponent
class which your .NET COM+ classes should inherit from. It's wuite a nice
implementation, with transactions controlled by attributes etc.
 
You can use Component Services (COM+), which is the Win 2k+ version of MTS
(with additional bells and whistles).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Back
Top