Posts: 192
Threads: 16
Joined: Jun 2010
Reputation:
1
I've decided to leave VB and start to learn C#. I've made some basic things in C# that I'm a familiar with from VB and other programming languages and how certain things work.
What are some things I should read/know about as I start to learn C#?
Any tuts, guides, or advice is appreciated.
Posts: 8
Threads: 1
Joined: Jan 2011
Reputation:
0
How far did you get in VB.NET?
Anyhow, I'm a C# guy myself. After dabbling in VB.NET quite a bit, I've decided that C# is the way I wanted to go. Reasons for this were the C-like syntax, and how similar it was to other languages helps as well, since you could migrate easier.
When I was new, I checked out a few C# books from my public library. If I remember correctly, the titles on these were "C# 4.0 Tips and Tricks", and "C# for dummies".
Also, one of the easiest ways to learn, in my opinion, is just to read and study source-code! Find a program that is simple, that you can understand what it does, and then open the source code and study what it does, eventually you'll know enough to start piecing programs together from examples, and then creating your own programs!
Wishing you the best of luck learning the language!
Posts: 12
Threads: 4
Joined: Nov 2010
Reputation:
0
search on google, threads like theese are only junk
Posts: 107
Threads: 2
Joined: Dec 2010
Reputation:
0
01-25-2011, 06:46 PM
(This post was last modified: 01-25-2011, 06:46 PM by Mr. President.)
I am currently learning vb.net but in a years time i am sure that i well code in more than one language, i well probably learn others like C# and maybe ruby.
Posts: 128
Threads: 10
Joined: Jan 2011
Reputation:
1
Just start with some basic functions maybe, reversing a string etc, you have the advantage of knowing vb.net, the syntax is different but you'll find your way pretty easy
Posts: 10
Threads: 1
Joined: Oct 2009
Reputation:
0
I myself was a VB6.0 guy (yea I know its outdated but it was godly) and pretty much refused to touch .NET, after seeing events which I described as "the most obnoxious thing ever" (I eventually learned it). I also had some recent experience with C++ and what not, so it was pretty easy for me to pick up C# and start going. I started out creating console applications and learning all the control strucs, keywords and methods ect. After that, basic form applications imo pretty much consisted of...VB but with a C like sytax lol. It's pretty easy to transition into C# from VB, you'll like it ;)