What is the new three features of COM+ services, which are
not there in COM (MTS)



What is the new three features of COM+ services, which are not there in COM (MTS)..

Answer / Anoop Kumar Verma

Three significant differences between COM+ and COM (Microsoft Transaction Server, MTS) include: 1. Support for Declarative security: COM+ allows you to define security roles and permissions using attributes, which simplifies the configuration process compared to COM's code-based security model.
2. Support for object pooling: Object pooling in COM+ helps manage and optimize the creation and recycling of objects, improving performance.
3. Support for transactions: COM+ offers built-in support for distributed transactions through the use of the Distributed Transaction Coordinator (DTC), making it easier to build transactional applications compared to COM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Do you know what is garbage collector?

1 Answers  


What is namespace in .net?

1 Answers  


Explain the difference between the stack and the heap?

1 Answers  


What is Polymorphism? How does VB.NET/C# achieve polymorphism?

1 Answers  


Which namespace does it belong to by default?

1 Answers  


I'm having some trouble with cas. How can I troubleshoot the problem?

1 Answers  


Explain the difference between static page and dynamic page?

1 Answers  


How Can Creating Installation Components in .Net?

1 Answers  


What is serialization in .NET? What are the ways to control serialization?

1 Answers  


How can you manage pagination on a page using .Net?

1 Answers  


How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?

1 Answers  


Explain me what is a design pattern and what is it for?

1 Answers  


Categories