|
-
Apr 26th, 2006, 02:39 AM
#1
Thread Starter
Fanatic Member
VB6 To C#
I've been programming in VB6 for quite a few years now and I would like to learn to program in C#.
Are there any tutorials out there on learning C# while having VB6 experience?
-
Apr 26th, 2006, 02:45 AM
#2
Re: VB6 To C#
The two language is completely different, one thing you can bring to your C# learning is your logical thinking. There are downloadable samples from MS Site where you could fiddle with...
-
Apr 26th, 2006, 02:50 AM
#3
Re: VB6 To C#
There are tons of them on Internet and MSDN.
http://www.c-sharpcorner.com/
101 Samples from MSDN And many more.
Google is your friend.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Apr 26th, 2006, 02:55 AM
#4
Re: VB6 To C#
the only site you will ever need is www.LearnVisualStudio.NET 500+ video tutorials
-
Apr 26th, 2006, 05:57 AM
#5
Re: VB6 To C#
 Originally Posted by the182guy
I like this one a lot.
http://www.c-sharpcorner.com/
-
Apr 27th, 2006, 01:36 AM
#6
Member
Re: VB6 To C#
"The two language is completely different, one thing you can bring to your C# learning is your logical thinking."
That pretty much sums it up. I too came from VB6 and moving to .NET/c# wasn't even in the same ball park. Logic is the only thing and even then that's pushing it because what would seem logically correct to do in VB6 can be done differently in c#.
Moral of story, pretty much forget everything you know about VB6. Spend as long as you need to really understand the .NET framework and the VS IDE. The syntax in c# is not difficult to pickup at all. Couple days at most and you'll feel at home.
It's learning .NET that's the hard part...I started a few weeks ago and am still pretty lost in some areas but generally things are starting to come together.
-
May 1st, 2006, 03:27 PM
#7
Fanatic Member
Re: VB6 To C#
.NET is so huge everytime you think you're close to really understanding the framework you learn there's something new.
The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|