NOTE: This article is obsolete for Visual Studio .NET users.
I wouldn't compare C# with C++. C++ is just great. You can compare C# with other languages such as Java. I was working on how to create components using C# and I liked it. Its very easy then creating components in VC++.
In VC++, we can create components in different ways such as regular dll, extension dll. Calling these components from a client is a lengthy process. You have to export/import functions or classes, then you have to include header files, copy dll to appropriate directory and then link to lib.
Creating and using a component (dll) in C# is fair easy than in C++. Here are few simple steps:
These two steps will create your component as a dll named MyClasss.dll.
Now using this component is pretty simple task. You write these two lines in your program's Main function.
MyClass cls =
Pretty simple? huh?? See my article "How to Create a component using C#" for more details.
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: