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?
 
Back
Top