views:

214

answers:

4

I'm looking for freely available resources that will help me pick up C# language and some of the basic API (like Collections). I already know Java fairly well, so looking for resources that assume background in Java.

+5  A: 

http://www.25hoursaday.com/CsharpVsJava.html

kokos
A: 

What I did (though I didn't come in with Java experience) is simply write small programs designed to scratch my own itches, and using the Mono Documentation and MSDN whenever I hit a wall. Both provide not only incredibly thorough documentation, but often include snippets of code demonstrating how to use the item in question appropriately.

wfarr
+3  A: 

A series for Java devs migrating to C#, by Microsoft

KiwiBastard
+1  A: 

You might want to check out MSDN Ramp Up for Java Developers.

Jon Limjap