Collapsible code ... I love it
I don't know about everyone else but I love collapsible code and regions in VS.Net. I find myself breaking down all my classes into regions, such as Private Fields, Constructors, Public/Private Methods, Public/Private Properties, and Event Handlers. And if you have learned the Ctrl+M, Ctrl+O(Collapse to Definitions) shortcut yet maybe you should. I found myself hitting Ctrl+M, Ctrl+O every time I opened a code file so I created an addin that will collapse code to definitions every time I open a source file. I love it.
Wes
PS: If anyone is interested in the addin just send me an email and I will try and clean it up a little and send it to you.