Top "Visual-studio-express" questions

Microsoft Visual Studio Express is a set of freeware integrated development environments (IDE) developed by Microsoft that are lightweight versions of the Microsoft Visual Studio product line.

How do I "run until this variable changes" when debugging?

When debugging my C#, I often want to know when a variable's value changes and then investigate the state of …

c# debugging variables visual-studio-express watch
Unit testing in Visual C# 2010 Express?

Does Visual C# 2010 Express have a unit testing feature?

c# visual-studio-express
How to add resources in separate folders?

When I try to add a resource at the resource designer by clicking "Add an existing item",the item is …

c# visual-studio visual-studio-express
Auto-generate an interface implementation in C#?

I know this is quite lazy but, is there any way on Visual C# 2010 Express to auto-generate an interface implementation? (…

c# visual-studio-express auto-generate
Crystal Report Free in Visual Basic 2010 Express

Is there a way to install Crystall Report Free on Visual Basic 2010 Express? I need to create and print some …

visual-studio crystal-reports visual-studio-express
Winforms - Visually remove button click event

.NET newbie alert Using Visual C# 2008 Express Edition I have accidentally created a click event for a button. I then …

c# winforms events visual-studio-express
Visual Studio Express 2012 for Windows Phone 8 - where is it?

This MSDN article refer to 3 flavors of Visual Studio Express 2012: "This includes Visual Studio Express 2012 for Windows 8, Visual Studio Express 2012 …

visual-studio windows-phone-7 visual-studio-express visual-studio-2012
Visual Studio Intellisense not working on XAML only on very specific circumstances

I'm making a new UserControl, and when I opened it the XAML was not working. I thought that this was …

wpf xaml visual-studio-2012 intellisense visual-studio-express
error C2059: syntax error : 'constant'

I've got a piece of code that's automatically generated that compiles on Linux but not on Windows using Visual Studio 2008 …

c++ visual-studio-express