Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
2.20/5 (3 votes)
See more:
Recently i had attended an interview,,the interviewer asked me about a com assembly.I use to say i have no idea ...actually what is a com assembly ..how does it work...could any explanation about this...?
Posted

1 solution

It would have been easier to just Google for "What is COM in Windows". Component Object Model[^]

In C#, a COM assembly is just an assembly that is exposed to outside code through a COM interface.
 
Share this answer
 
Comments
Naveen Kumar Malli 8-Jun-14 6:22am    
how to make an assembly to expose out of the code through COM interface
Dave Kreskowiak 8-Jun-14 8:43am    
That requires multiple answers depending on what you're building. You're not going to get a single concise answer in a forum like this. It comes down to being able to do your own research and teach yourself this stuff.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900