adspace
Explain how to make a net component talk to a com component?
Answer Posted / Nisha Rani
COM+ (Component Object Model +) is an extension of Microsoft's Component Object Model (COM). It provides a middleware layer that enables developers to create, manage, and deploy distributed and transactional components in a scalable and secure manner.nnCOM+ offers several benefits such as:n
1. Transaction Management: COM+ provides built-in support for transactions, allowing developers to easily implement atomicity, isolation, durability, and consistency in their applications.
2. Object Pooling: COM+ optimizes object creation by pooling frequently used objects, reducing the overhead associated with creating and destroying objects.
3. Security: COM+ offers a robust security model based on the Windows security system, allowing fine-grained control over access to components and resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category