Using COM+ Enterprise Services

The System.EnterpriseServices namespace provides an important infrastructure for building enterprise applications. This namespace defines a set of attributes and supporting classes and interfaces that can be used to build applications that utilize services such as JIT Activation, Synchronization, Object Pooling, Distributed Transactions, and Shared Property Management.

Serviced Component

As a first step in utilizing COM+ services, you need to create what is called a ServicedComponent. A ServicedComponent inherits from the ServicedComponent class. This can be done either programmatically (as shown next) or by manually registering a .NET component into a COM+ application. Next, the component uses a set of attributes ...

Get Microsoft® .NET Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.