vote up 3 vote down star
3

My first question here and I want to start learning C# and VB.Net. I already have good knowledge of VB6, some php, and learning FORTRAN. So where would be a good place to start?

Edit: Thanks for the great first couple of posts. I didn't realize that MSDN was more then just the online helpfile I thought it was. I think I would like to clarify exactly what I am looking for. The best way for me to get to know a language other then examples would be a place that lists syntax and what the basic parts of a program does, like the code to create a form. Is there a place that has a cheat sheet of common syntax in the C# language?

flag

8 Answers

vote up -2 vote down

The best place is MSDN

link|flag
vote up 5 vote down

MSDN is the official learning place online. However, I strongly suggest to learn it "off-line". That is, to learn through coding in your Visual Studio IDE.

link|flag
vote up 1 vote down

It really depends on how "keen" you are.

i personally use http://www.innerworkings.com which integrates very, very well with Visual Studio.

Can also look at http://www.learnvisualstudio.net < videos btw.

Lastly, can never go wrong with the Visual C# developer center on MSDN:

http://msdn.microsoft.com/en-au/vcsharp/default.aspx

link|flag
vote up 2 vote down

Try Microsoft Ramp Up. They have tons of free courseware that will teach you a lot.

link|flag
vote up 0 vote down

If you don't mind spending a little bit of money to get some training videos, I like http://www.learnvisualstudio.net/. You can get some free samples to see if you like it.

link|flag
vote up 3 vote down

Here is the jump off point for learning C# at the MSDN Developer Center.

There are webcasts and virtual labs here.

Great roundup of resources at this blog.

link|flag
vote up 0 vote down

These C# to VB cheat sheets might be of use. Not only do they show common syntax, but they also show how the two languages relate to one another.

http://www.harding.edu/fmccown/vbnet_csharp_comparison.html

http://aspalliance.com/625

link|flag
vote up 1 vote down

Programmer's Heaven offer a fairly detailed eBook on the fundaments of the language-

Note that this won't give you information on any the 3.0 features like Linq and lambda expressions but it's free!

http://downloads.jnthn.net/pheaven/csharp_ebook.pdf

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.