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!
************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top