I'm a long time Eclipse/ANT user, and the people at my current job don't like Eclipse, and would like me to move to using Visual Studio. Are there any guides called "Moving from Eclipse to Visual Studio"?
I've found plenty of guides the other way on google ("Moving from Visual Studio to Eclipse") but not much in the other direction.
P.S. I'm moving to an older version of Visual Studio, mainly 2005.
Another thing that really confuses me about Visual Studio is it's build cycle, as an ANT build cycle seemed pretty straight forward, all you have to do is read the build.xml file to figureout what is going on; whereas in Visual Studio it has something to do with a layer cake of GUI. (Are there any guides for this?)
Thanks