Good Com and Com+

  • Thread starter Thread starter Ramesh
  • Start date Start date
R

Ramesh

hi,
I would like to use COM or COM+ concept in one of my
C#.web application. Since i am new to COM and COM+, I
would like to see step by step sample code. Anybody knows
good site for COM and COM+ using in C#.Net web application.

Thanks in advance.

Thanks,
Ramesh
 
Benny,

There is only one problem I see with the example which I think is a big
issue if the components are to be maintainable. The Guid attribute should
be applied to the interface and to the class, so that it is not
automatically generated on each different installation of the component.
 
Ramesh,

You aren't being too specific about what you want to use it for. Are
you sure that you even need it? What are your reasons for wanting to use it
in your web application?
 
C# Com+ Programming
Very good book, I saw it in pdf version

Gawel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top