Disadvantages of com components?
Answers were Sorted based on User's Feedback
Answer / abhishek maitrey
COM components are not extensible and needs registration
while used.
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / kavitha
Main disadvantage of using com components is dll hell problem.
Is This Answer Correct ? | 14 Yes | 4 No |
Answer / srinivasu neti
1. Does not supports implement-inheritence
2. Version compatibility.
3. Fully dependant on registry hence doesn't work on non-window platforms.,
Is This Answer Correct ? | 3 Yes | 1 No |
Explain object pooling?
What are rcw?
What is integrity?
Explain what are wrapper classes?
What happens when we instantiate a COM component ?
What is ccw?
Is the com architecture same as .net architecture?
Define object pooling?
what are wrapper Classes?
Explain how to make a net component talk to a com component?
What is reliability?
What is Pinvoke?