tags:

views:

112

answers:

1

I am using C#.net, Add Reference -> COM

What is this?

+5  A: 

Component Object Model. You can read about it here.

dcp
How to make COM
Snoob
@Snoob - COM is an outdated technology - you shouldn't be developing new components in COM
nonnb
@nonnb Unfortunately, not everyone's manager knows it's an outdated technology.
glowcoder
@Snoob - Start here: http://msdn.microsoft.com/en-us/library/ms679567%28VS.85%29.aspx
dcp
What should i learn?
Snoob
By the way - COM is still good when complex native library must communicate with .NET code. COM wrapper at my taste is way better CLI/C++
Gobra
nonnb, glowcoder: While Microsoft markets .NET more aggressively, COM isn't deprecated.
Joey
What should i learn?
Snoob
@Snoob - You should learn what you need to do your work/assignments and become expert at it. If COM is what your company is using, then learn it inside out and become the resident expert. Beyond that, you should learn what you have a passion for.
dcp