Please suggest any good books for learning how to use Component Object Model (COM) from C#.
Please suggest any good books for learning how to use Component Object Model (COM)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I do not have (or know of) a book on this subject.
One invaluable resource I have used is the .NET Interoperability information found on MSDN: Interoperating with Unmanaged Code. It covers the overview, a number of general interoperability details, and how to expose COM to .NET and .NET to COM. For a general COM resource, however, it is rather sparse.
Happy coding.