Link to home
Start Free TrialLog in
Avatar of jedistar
jedistarFlag for Singapore

asked on

COMs+ components for ASP.NET

Just curious.

What are COMs+ components used for and how do we make use of them (purpose)
in ASP.NET web app

Any purposes/examples/sample codes to understand this, thanks.
ASKER CERTIFIED SOLUTION
Avatar of nauman_ahmed
nauman_ahmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jedistar

ASKER

saw it b4, can explain in human terns?
In simple terms COM objects are reusable components that allow Windows/Web program to communicate with each other to perform various tasks.  Following is a very good resource on this topic:

COM: Component Object Model Technologies
http://www.microsoft.com/com/default.mspx

-Nauman.
I have seen the websites, still not sure how do i create a simple COM+ component
for my ASP.NET , can someone post a sequence of example how to create here?
thanks.