Basically i want to know if the visual studio IDE and/or compiler in 2010 and 2012 was written to make use of a multi core environment (i understand we can target m
MSBuild supports building projects in parallel. Visual Studio 2008 takes advantage of multiple processors to compile projects.