Explain how to make a net component talk to a com component?



Explain how to make a net component talk to a com component?..

Answer / 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

More COM+ Interview Questions

Define availability?

1 Answers  


What is use of ContextUtil class?

2 Answers  


Define manageability?

1 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


what are wrapper Classes?

2 Answers   Tech Mahindra,


Difference between .NET components and COM components?

3 Answers   Microsoft,


Is the COM architecture same as .Net architecture? What is the difference between them?

1 Answers  


Explain object pooling?

1 Answers  


What is integrity?

1 Answers  


What happens when we instantiate a .NET component ?

1 Answers   DELL,


WHY WE LEARN THE 8085 ? BECAUSE WE R IN 21 CENTURI SO WHY WE LEARN 8085?

2 Answers  


Explain how to register dll in com / com+ application?

1 Answers  


Categories