I canβt find any new features or enhancements for Windows Forms in Visual Studio 2010. Am I missing something? I assume that there are new features for C # and other parts of .NET in general. Any reason specifically for the GUI development part?
I thought PEX was being added. I find it valuable: Pex Tutorial
Although this does not apply to the development of the IntelliTrace GUI, there are enough reasons for me to switch to 2010: http://msdn.microsoft.com/en-us/library/dd264915(VS.100).aspx
If you have your own users who are testing the alpha or beta version of your application, IntelliTrace is a great way to get more detailed information about what happened during crashes / unforeseen situations.
Probably not a single REAL should require updating, but there are many little things that can make your life easier.
In .net 4.0 (thus used in VS 2010), chart controls are built-in, as opposed to having to install them manually. Not a reasonable reason to upgrade, but it will make it easier to use chart controls. Post by ScottGu
In addition, other benefits of VS 2010 (not related to WinForms, but will be useful): Search and promotion of improvements , Intellisense code improvements , Add link improvements
Source: https://habr.com/ru/post/1302266/More articles:Getting an exception exception exception in a loop. Debugging Attempt - debuggingI want to use NAnt foreach to iterate files in a folder, how to force alphabetical iteration? - foreachChecking that the downloaded file contains only plain text - stringjQuery: finding the previous div - jquery.Net Regex ValidationExpression ASCII - regexHow to add line breaks in a request (Informix)? - sqlHow can I register that a Windows service is shutting down due to a system shutdown? - event-logWhy can't tinyint store more than 255 in MySQL? - mysqlCalling ClientID from aspx - c #Python code optimization (20 times slower than C) - performanceAll Articles