Migrating from Java to C #

I am looking for work that requires C #. I used it several times, but not where next to the competent. I still know Java and OOP, so I was wondering if anyone knew good resources or tutorials for learning C # with Java or C # equivalents without explaining the basic OOP.

+6
java c # resources
source share
1 answer

This MSDN article compares Java and C #, which can help you navigate:

http://msdn.microsoft.com/en-us/library/ms228602.aspx

Another comprehensive article:

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

Plus, this book seems to have a decent rating on amazon.com for Java developers:

http://www.amazon.com/Java-Developers-Pro-Developer-Allen-Jones/dp/0735617791

+8
source share

All Articles