visual-studio-express

Unit testing in Visual C# 2010 Express?

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

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? (I don't mean at runtime but at design time, like a code snippet). Perhaps with a third party utility? ...

Where is "navigate to" in Visual Studio 2010 Express C#

Is "Navigate to" one of the "missing" features from Visual Studio Express 2010? ...

Microsoft Visual Studio C# 2010 Express: Can debug but not build

When I debug my C# program F5, my program will run as intended; however, upon building it CTRL+F5, my program immediately shuts down: "(Program) has stopped working". What are some possible explanations for this? ...

Will Visual Studio Express for Phone 7 series mess up Visual Studio 2010?

I have Visual Studio 2010 professional installed. If I install Visual Studio Express for Phone 7, will Visual Studio 2010 still work? ...

How do I create a MRU in V 2010Express C# in the simplest way??

Hi Guys, First of all I am a newbie in C# Programming, and i need to create a simple MRU as fast as i could. Well the thing is I've tried looking at some online examples but however I found them to be quite a bit too confusing... So is there anyway that anyone can create a "Recently Used" section in the toolstripmenuitem without going...

Does to install both Visual C# 2010 Express, and Visual C++ 2010 Express create problems?

Are there any problems if I install two different IDEs of the Express family? ...

C# Express 2010 Multi-Threading

Hi, I have a windows app that I have been running in c# Express 2008 for a year and have been trying to convert it over the last few days to 2010. The problem I am having is it is a multi-threaded application that has to run a series of code every second. What it does is have a main thread, that calls 3 worker threads, waits for them to...

Does Visual C# 2010 Express need Windows 7 SDK?

Do I need to install the Windows 7 SDK, to create programs with Visual C#? ...

Is MFC only available with Visual Studio, and not Visual C++ Express?

Is MFC only available with Visual Studio, or is it also possible to use it with Visual C++ Express? ...

Clear a Web Browser 'session' in VB 2010 express upon navigate away.

I have created an application in Visual Basic 2010 Express that is essentially a 'radio player'. It has half a dozen buttons and a web browser control. Each button links to an online 'listen live' radio station. Clicking each button simply navigates the browser control to the appropriate URL. Simples! My problem? One particular sit...

Where is the .vssettings for Visual Studio Express?

Which directory is this file located in? Reason I ask is, I want to back up my settings. ...

Can I produce a commercial application using Visual Studio Express 2010?

Hi, I've been reading about the commercial use of Visual Studio Express 2010 and according to the Microsoft Express FAQ: Can I use Express Editions for commercial use? Yes, there are no licensing restrictions for applications built using Visual Studio Express Editions. While I think this is referring to VS2008, not 2010...

Are Visual Studio Express products really only for "hobbyists, students and novices" ?

I have Visual Studio Professional 2008, and have been testing the free C# Express 2010 version. In general I'm amazed at how good it is for free, and how many of the full VS features it has. I'm thinking of using it for a commercial program and I know the license allows for that, it's just the description of it being for "non-professiona...