adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143