Interview Question
Qus: What is a COM Callable Wrapper (CCW)?
Answers (2)
1)Create Assembly and compile with strong name.
2)Register Assembly using regasm
3)Register Assembly in GAC using gacutil /i
4)Use tlbexp to export Assembly as Type
Library for COM.