Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.
Due to a bug that was fixed in C# 4, the following program prints true. (Try it in LINQPad) void Main() { …
c# visual-studio-2010 compiler-bugI've been trying for weeks to get Microsoft Visual Studio 2010 to create a DLL for me with SWIG. If you …
c++ python visual-studio-2010 swigI've read rumors that with the Report Viewer component of Visual Studio 2010 Professional, it is possible to render HTML from …
html visual-studio-2010 reporting-services rdlcIs it possible to choose a fixed port for the Visual Studio 2010 debug webserver?
visual-studio-2010 debugging webdev.webserverI've been trying all day to get GTK# working in Visual Studio 2010 on Windows Server 2008 R2 x64 so that I …
c# visual-studio-2010 mono gtk gtk#Is there a way in TFS in VS2010 to specify that a particular iteration is the current one, and then …
tfs tfs-workitem visual-studio-2010Is it any keyboard shortcut or free addon in Visual Studio 2010 that allows to switch between header (C/C++ .h …
visual-studio visual-studio-2010 keyboard-shortcuts shortcutsHow do I add line numbers in Microsoft Visual Studio?
visual-studio visual-studio-2010 visual-studio-2015 visual-studio-2013 line-numbersOur product's solution has more than 100+ projects (500+ksloc of production code). Most of them are C# projects but we also …
c# .net visual-studio-2010 build tddWhat is a "trap representation" in C (some examples might help)? Does this apply to C++? Given this code... float …
c++ c visual-studio-2010 gcc language-lawyer