What are the new thee features of com+ services, which are not there in com (mts)?



What are the new thee features of com+ services, which are not there in com (mts)?..

Answer / Navneet Kuamr

{"Three significant features of COM+ services that were not present in COM (including MTS) are:
1. Object Pooling: Object pooling allows objects to be created and managed by the runtime, reducing the overhead of creating new objects for each request. This improves performance and scalability.
2. Transaction Support: COM+ supports distributed transactions out-of-the-box, allowing multiple resources (databases, message queues, etc.) to participate in a single transaction. This ensures data consistency across systems.
3. Security Enhancements: COM+ provides built-in security features such as role-based security, authorization policies, and method-level authorization, which help developers create more secure applications.}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Describe the start-up process for a Windows service.

1 Answers  


What is the difference between a class and an object, and how do these terms relate to each other?

1 Answers  


What are data types in .NET?

1 Answers   UGC Corporation,


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

1 Answers   Infosys,


Which ports are used by viruses? UDP/TCP?

1 Answers  


What are Sessions?

2 Answers   Deloitte,


Is .net 4.8 backwards compatible?

1 Answers  


Interop Services?

1 Answers  


Garbage collector thread is what kind of a thread?

1 Answers  


What is MSIL code ?

3 Answers   TCS,


what is object lock?

1 Answers  


What is the model role in Mvc architecture?

3 Answers  


Categories