vote up 4 vote down star
2

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.

flag

56% accept rate

4 Answers

vote up 4 vote down check

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

link|flag
vote up 1 vote down

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

link|flag
vote up 3 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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