Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
I have a C# solution with several projects in Visual Studio 2010. One is a test project (I'll call it "PrjTest"), …
c# visual-studio-2010 reference using-statement using-directivesI've installed Visual Studio 2012 Release Preview, and it appears to be fine, but now when I try to use Visual …
visual-studio-2010 visual-studio visual-studio-2012I installed Microsoft SQL Server 2008. When I start SQL Server Management Studio (SSMS), I get the Connect to Server login …
visual-studio-2010 sql-server-2008 ssmsI am trying to write a message to the output window for debugging purposes. I searched for a function like …
c# visual-studio-2010 visual-studio debuggingIn Eclipse there is a shortcut, Ctrl+Shift+F, that re-indents code and fixes comments and blank lines. Is there …
c# visual-studio-2010 visual-studio visual-studio-2012 visual-studio-2013I have a WCF Data Service project built with Visual Studio 2010, which was working fine. All of a sudden, it …
c# .net visual-studio-2010 visual-studioA file named stdafx.h is automatically generated when I start a project in Visual Studio 2010. I need to make …
visual-studio visual-studio-2010 visual-c++ cross-platform stdafx.hI was wondering what were the differences between those declaration of getters and setters and if there is a preferred …
c# .net visual-studio-2010I am creating a web application on the .NET 4.0 framework (beta2) in C#. When I try to use a assembly …
c# visual-studio-2010 visual-studio c#-4.0I'm a bit confused regarding the difference between push_back and emplace_back. void emplace_back(Type&& _Val); …
c++ visual-studio-2010 stl c++11 move-semantics