NET - Describe the use of COM+ services

Describe the use of following COM+ services : JIT Activation, Queued components, object pooling.

COM+ services:

1. JIT Activation : In this case, an object gets activated on calling a method and it gets deactivated when the call returns back.
2. Queued components : Provides a way to invoke and execute the components asynchronously from message queuing.
3. Object pooling : The COM+ Object Pooling service enables you to reduce the effort and space in creating any object from scratch. It allows of reusing the objects from a pool of objects that are currently not in use.
NET - What is a Serviced component?
What is a Serviced component? - A serviced component is a class that is inside all the CLS-complaint languages.......
NET - Explain how to load the contents of an XML file into an XMLDocument object
Answer - How to load the contents of an XML file into an XMLDocument object......
NET - Explain how to read the contents of an XML document using XMLTextReader
Answer - Explain how to read the contents of an XML document using XMLTextReader......
Post your comment