Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I can't find any new features or improvements for Windows Forms in Visual Studio 2010. Am I missing something? I guess there are new features to C# and other parts of .NET in general. Any reason specifically to the GUI development portion?

share|improve this question

3 Answers

I thought PEX was being added. I think it's valuable: Pex Tutorial

share|improve this answer

Although it's not specific to GUI development IntelliTrace is reason enough for me to go to 2010: http://msdn.microsoft.com/en-us/library/dd264915(VS.100).aspx

If you have in-house users that test alpha or beta level versions of your application IntelliTrace is a great way to get more detail about what was happening during failures/unexpected situations.

share|improve this answer

Probably not any REAL must haves to require an upgrade, but lots of little things that may make your lives easier.

In .net 4.0 (thus used in VS 2010), the charting controls are built in, as opposed to having to install them manually. Not a ture reason to upgrade, but will make it easier if you use the charting controls. ScottGu's Post

In addition, other benefits to VS 2010 (not specific to WinForms, but will be beneficial) are Searching and Navigating improvements, Code Intellisense Improvements, Add Reference Improvements

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.