Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
Is there a way to save (and later revert to) a given window layout in VS2010/VS2012/2013?
visual-studio visual-studio-2010 vssettingsI'm using visual studio 2008 for a classic asp application. Will I be able to upgrade to visual studio 2010?
visual-studio-2010 asp-classicCan someone help me fix this error? Option Strict On disallows late binding Here's the code that's causing the error: …
vb.net visual-studio-2010 strcmpVisual Studio will detect inconsistent line endings when opening a file and there is an option to fix it for …
visual-studio-2010 line-endingsI was trying to debug a c++ app, but I saw breakpoints show "breakpoint will not be hit", so I …
visual-studio visual-studio-2010 debugging debug-symbolsVisual studio created a unit test project for me based on a method (right-click add test). When I try to …
c# visual-studio-2010 web-config connection-string integration-testingWe have a an ASP NET MVC website solution which only one out of three devs on the team is …
visual-studio-2010 permissions publishBackground I'm making a helper application that reformats some code files and creates new code files, which are to be …
c# winforms visual-studio-2010 visual-studio projects-and-solutionsI think I'm running into a case of "the easiest answers are the hardest ones to find" and I haven't …
c# visual-studio-2010 excel vsto excel-2010My C++ code uses SSE and now I want to improve it to support AVX when it is available. So …
c++ performance visual-studio-2010 sse avx