I am using VS 08 full time now and I wish the VS team would leave well enough alone (or at least provide a way to change it back to the previous functionality).
- This first one isn't functionality, it is more performance. Why does VS 08 lock up when adding items to the toolbox? It took 5 minutes to add 2 dozen controls from 10 or so assemblies from Telerik. VS 08 also locked up when I created a custom web control when it went to add it to the toolbox.
- When working on web pages I like to switch between design and source. Now there is a button named Split where the source button should be. They should have moved split all the way to the right because I am in the habbit of clicking right next to design. (or at least let me customize the order because they screwed it up.) They also screwed up the order of the tool bar buttons for the solution window in VS 05 (if I haven't mentioned that yet.)
- What kind of code is this? This is not what I want my developers following as an example. It appeared when I created a custom web control. Very ugly.
get
{
String s = (String)ViewState["Src"];
return ((s == null) ? String.Empty : s);
}