First Thank you
I don't understand ActiveX as .NET Controls
Possibly more than that like including HTML Behaviors??
Also How about COM - Is it .NET itself or the Assembly that is self
describing?
What is COM+ do? is it like remoting?
What do you think
Thank you again and I hope you will give me your expert thoughts
ActiveX is really only a marketing name for a COM component that implements
certain sets of interfaces. Similarly, in .NET WinForms, there are .NET
controls that can be dropped into a GUI and they're just .NET classes that
implement a required set of interfaces and behaviors.
Possibly more than that like including HTML Behaviors??
COM+ is a collection of object services such as automatic transactions,
queueing, etc.
-cd
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.