Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
What are your recommended extensions for Visual Studio 2010? (Please indicate if its free or not And also its purpose / function …
visual-studio visual-studio-2010I am developing website using Visual Studio 2010. I am trying to save a file in a path. It works fine …
c# asp.net visual-studio-2010 filenotfoundexceptionI created 2 dummy projects in my application and named them BAL and DAL. When I build them, they build successfully. …
visual-studio visual-studio-2010 projects-and-solutions circular-dependencyI installed .NET 4.0 and VS 2010 RC on my laptop and MSBuild was automatically installed. I was hoping to build a …
.net visual-studio-2010 msbuild sdk .net-4.0I am developing a project in VS2010 and am able to view my site locally via IIS Express. I would …
visual-studio visual-studio-2010 iis-expressI have a project with over 500 Missing XML Comment warnings. I know I can remove the XML Comment feature, or …
visual-studio-2010 xml-commentsHow can this test fail? [TestMethod] public void Get_Code() { var expected = new List<int>(); expected.AddRange(new [] { 100, 400, 200, 900, 2300, 1900 }); …
c# visual-studio-2010 unit-testing mstestHow to remove empty lines in Visual Studio?
regex visual-studio visual-studio-2010 lineEdit: Of course, immediately after working on it for an hour then posting here, I found the stupid mistake... I'm …
visual-studio-2010 directx-9In Linux, I have been using valgrind for checking if there are memory leaks in an application. What is the …
c++ visual-studio visual-studio-2010 memory-leaks valgrind