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 |
Do you know what is garbage collector?
What is namespace in .net?
Explain the difference between the stack and the heap?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Which namespace does it belong to by default?
I'm having some trouble with cas. How can I troubleshoot the problem?
Explain the difference between static page and dynamic page?
How Can Creating Installation Components in .Net?
What is serialization in .NET? What are the ways to control serialization?
How can you manage pagination on a page using .Net?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Explain me what is a design pattern and what is it for?