« Mathematics and programming | Main | Things I did not know, number 8073 »
April 03, 2009
Faster development through less crap
A couple of tips for .NET developers who get frustrated with how slow everything is.
Speeding up XAML editing
To get a much faster and more stable WPF XAML editing experience, right-click a XAML file and choose Open With > Source Code (Text) Editor > Set as Default. This gets you the full XAML editor, with Intellisense, without bogging you down with the visual designer. It is about a million times faster, even compared to the designer’s XAML-only view, especially when you have multiple XAML files open. If you need an excuse to go get some coffee, do your shopping or take a three-month hiking tour of the Himalayas, you still open the visual designer using, wait for it, the View Designer command. (Thanks to Fabrice Marguerie.)
Speeding up MSDN
To get MSDN online to come up quickly in the browser, switch to the low-bandwidth version. You don’t get fancy resizing or buckets of graphics, but you get the content and you get it quick. Click here to see what it’s like and choose “Persist low bandwidth view” if you like it – that way you get the fast view even when following a link to the slow version. (Thanks to Craig Andera.)
April 3, 2009 in Software | Permalink
TrackBack
TrackBack URL for this entry:
https://www.typepad.com/services/trackback/6a00d8341c5c9b53ef01156eccbba9970c
Listed below are links to weblogs that reference Faster development through less crap:
Comments
Best way of speeding up MSDN..
site:msdn.microsoft.com in the Google search box. (I'm sure MSDN for MFC and C++ has got worse, again).
Posted by: Harvey Pengwyn at Apr 12, 2009 11:05:48 PM
It does boggle my mind that googling MSDN online is a quicker way of finding results than using the Search box in one's *local* copy. I shall never understand these intertube thingies.
Posted by: Ivan at Apr 13, 2009 8:04:03 AM