Moving from VB to C#

Madz

Well-known member
Joined
Jan 22, 2003
Messages
155
Hello

I have a confusion please help me. I am a Visual Basic 6.0 Developer, with VB.NET i have developed 2 Projects , i want to move to C# and Visual C++.NET , Is this a good decision. coz here at my job i need to develop high end components which are hard to develop in VB. Personaly i want to develop applications in C++ .NET. I have got about 10 Books from MsPress about .NET and its all written with Code in C#.
Since i have some knowledge in VB , is it would be nice if i try to change my development tool from VB to C# to C++.NET.
 
First C# and after that moving to C++.NET coz when i downloaded plateform SDK almost all examples are written for C++ Developer.
 
Ack.. Im blind!! :eek: (your sig is a little bright)

VB and C# are almost identical, except for syntax of course. If you want to do things outside of the .NET framework easily then youll need to learn C++ .NET.
 
Was there a specific problem you were asking for help with?

I found the move from VB to C# very easy since I was already comfortable with C syntax. The hardest parts were learning how to do things properly with the .NET framework that VB tends to try to hide from the developer.
 
Back
Top