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.
|
|
You might want to check out MSDN Ramp Up for Java Developers. |
||
|
|
|
|
A series for Java devs migrating to C#, by Microsoft |
||
|
|
|
|
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. |
||
|
|
