Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

(this == null) in C#!

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-bug
How to create a DLL with SWIG from Visual Studio 2010

I'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 swig
Visual Studio 2010 RDLC: Support for HTML?

I'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 rdlc
Visual Studio 2010 debug in a fixed port

Is it possible to choose a fixed port for the Visual Studio 2010 debug webserver?

visual-studio-2010 debugging webdev.webserver
GTK# in Visual Studio 2010

I'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 TFS query macro for the current iteration?

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-2010
How to switch between header and implementation in VS2010?

Is 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 shortcuts
How to force VS 2010 to skip "builds" of projects which haven't changed?

Our 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 tdd
trap representation

What 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