Benefits of moving to C# from vC++.NET?

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2004
Posts: 19
Reputation: JC7 is an unknown quantity at this point 
Solved Threads: 2
JC7 JC7 is offline Offline
Newbie Poster

Benefits of moving to C# from vC++.NET?

 
0
  #1
Nov 2nd, 2004
I've been learning the .NET framework in vC++ for a while and I'm thinking of going to C#.
I'd like to here the opinions of others who have experience with both.

Thanks.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 158
Reputation: nicentral is an unknown quantity at this point 
Solved Threads: 4
nicentral's Avatar
nicentral nicentral is offline Offline
Junior Poster

Re: Benefits of moving to C# from vC++.NET?

 
0
  #2
Apr 7th, 2005
For Windows forms and Office integration, C# is a lot easier to develop in.

But of course, that's just my opinion.

Andy
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 19
Reputation: JC7 is an unknown quantity at this point 
Solved Threads: 2
JC7 JC7 is offline Offline
Newbie Poster

Re: Benefits of moving to C# from vC++.NET?

 
0
  #3
Apr 12th, 2005
Thanks for your reply, I have since tried both and I agree with your opinion, for most of the things I do C# is easier and just as 'powerful'.
Reply With Quote Quick reply to this message  
Join Date: Jul 2003
Posts: 117
Reputation: Iron_Cross is an unknown quantity at this point 
Solved Threads: 2
Iron_Cross's Avatar
Iron_Cross Iron_Cross is offline Offline
Junior Poster

Re: Benefits of moving to C# from vC++.NET?

 
0
  #4
Apr 12th, 2005
C# is also supported by more things. Such as language specific tasks, and ASP.NET. Where as C++.NET isn't.
Not to mention the easy at which you can develope with C#.
elitehackers.info
Today's Penny-Arcade!
Pain is weakness leaving the body!
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,221
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 538
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Benefits of moving to C# from vC++.NET?

 
0
  #5
Jul 25th, 2006
c# is basically all the excellent parts if c++ with the ease of use of visual basic
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,221
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 538
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Benefits of moving to C# from vC++.NET?

 
0
  #6
Jul 25th, 2006
I got a c# book called c# in easy steps for under £20 its Really noob though except at the end it does ADO and GDI graphics
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 4
Reputation: technicalganesh is an unknown quantity at this point 
Solved Threads: 0
technicalganesh's Avatar
technicalganesh technicalganesh is offline Offline
Newbie Poster

Re: Benefits of moving to C# from vC++.NET?

 
0
  #7
Sep 16th, 2007
Originally Posted by Iron_Cross View Post
C# is also supported by more things. Such as language specific tasks, and ASP.NET. Where as C++.NET isn't.
Not to mention the easy at which you can develope with C#.
But the power of VC++ is still unbeatable by C#. Am I correct? Since VC++ is unmanaged whereas C# is managed. VB and VC# programs run in the same style. VC++ is twice faster in accessing memory objects, arithmetic operations and database access.

But, I didn't tried with unsafe code in C#. Some of my friends are telling that unsafe code in C# will do better (but do it with careful).

Ganesh
Last edited by technicalganesh; Sep 16th, 2007 at 11:17 pm.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Benefits of moving to C# from vC++.NET?

 
0
  #8
Sep 17th, 2007
for some performance issues VC++ is greater and Network applications also VC++ is better, I worked in network application for small period by VC++, C# and Java
really really VC++ was veryyyyyyyy good and then comes C# then JAVA (As I hate it)
C# for ADO application is better. as well as your preferred language for web development if you came from C++ world.
Look, you should make use of IDE, if you have big project use the appropriate language in appropriate module.
Last edited by Ramy Mahrous; Sep 17th, 2007 at 2:27 pm.
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Benefits of moving to C# from vC++.NET?

 
0
  #9
Sep 17th, 2007
I think one should be very careful when comparing pure c++ and c++.net. The two are very different beasts.

If you must use dotnet use c# or vb.net.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Benefits of moving to C# from vC++.NET?

 
0
  #10
Sep 17th, 2007
yes Iamthwee, my comparison built on this, So what do you see, Is VC.net is better than C# in all cases?
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC