Good online resources to learn C#?
I'm gonna stop being a dinosaur.
I've been using VB6 for years and years. I need to learn C#.
Anybody got any online resources that are really good?
I want to start off with windows applications, then work towards web programming (C# works with ASP.NET right?)
Also, what version framework is good to program against?
Re: Good online resources to learn C#?
This might be a bit beginnery for you but worth a look:
http://www.homeandlearn.co.uk/csharp/csharp.html
As for Framework versions, you should learn C# 4.0 and work with .NET 4.0. If you need to for some particular project, you can fall back to .NET 2.0 or 3.5 for compatibility, but limiting yourself during the learning process would be counter-productive.
Re: Good online resources to learn C#?
Here is one more link for you some good into on here
http://www.csharp-station.com/Tutorial.aspx
If your going ro buy a book I sugest this one
http://www.amazon.co.uk/C-3-0-COMPLE...0&sr=8-7-spell
Also when I moved over from vb6 that was last year I never read many tuts or books, what I did was find some of my best VB6 projects and try and convert them to C#, to be honest I found it very easy but you also learn a lot more. and if you do get stuck there always this site.
Re: Good online resources to learn C#?
One of my favorite C#/.NET resources is Dot Net Perls.