I have recently been working with Python using Komodo Edit and other simpler editors but now I am doing a project which is to be done in C# using VS 08. I would appreciate any hints on how to get productive on that platform as quickly as possible.
I have recently been working with Python using Komodo Edit and other simpler editors
Share
As far as becoming proficient with C# I would highly recommend Programming C# and C# in Depth.
For Visual Studio, start poking around in the IDE a lot, play around, get familiar with it. Start with simple projects and explore all the different aspects. Learn how to optimize Visual Studio and get familiar with some of the great keyboard shortcuts / hidden features of the IDE.
Definitely do each of the following at least once:
Projects:
Debugging:
Command Line:
Testing:
Source Control:
Refactoring et al:
IDE & Keyboard Shortcuts: