|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
COM vs. .NET
I'm new to .NET/C# and I've been programming C# for a month or so now.
I'm not a C++ programmer, but I like knowing how stuff works, so I started reading a C++/COM/ATL book. I got about halfway through it before I started doing C#, and now I'm wondering why I should ever learn COM/ATL. Any reasons for me to tackle that hog? In other words, why should I ever write new code in COM/C++? Are there specific reasons I should know this stuff, other than for legacy code? Thanks in advance. |
|
#2
|
|||
|
|||
|
first know the difference between c++ and c#. c++ is an ANSI language that is controlled by them. c# is a MS language that is owned by them (and controlled by them). the downfall to the .net language group is the framework. to run a .net program you need it installed on the computer running the program.
if you will never have to write a COM dll ever then there is no need for you to learn it. if you can live the rest of your life with c# then you are fine. i believe this .net framework is suppose to replace COM so you may not have go too long before not ever having to worry about COM. if ignorance is bliss then ingore away ![]()
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
That sounded a tad elitist, but thank you!
Ever since I started working with Java (a couple of years ago), then VB, and now C#, I keep trying to get to C++, and somehow I never get to use it. I have control over which language I use, but I also have to worry about time to production. Sigh. Cheers! |
|
#4
|
|||
|
|||
|
What about COM+ for transactions? From what I understand, .NET needs COM+ if you want to write transactional support. ??
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > COM vs. .NET |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|