TechEd DEV315 VSTricks – Intellisense

#VS2010 has several enhancements in and around the Intellisense features. This short 3 minute video will walk you through using them, and specifically talking about camelCase filtering, intellisense with” “Suggest” vs. “Force” mode, and using undeclared types.

http://scottcate.looplogic.com/dev315-intellisense

TechEd Dev315 – Start Page Speed

#VS2010 has a bunch of new features around how to start, what do do with startup, and how to quickly launch the projects you usually are working on. Pinning, Deleting, Unpinning, and if you’re using Windows 7 – there is task bar pinning.

This short video will go over all of them.

http://scottcate.looplogic.com/dev315-startup

TechEd Dev315 VSTricks – Editor Tricks

If you’re a developer like me, you live 90% of your work life at your computer, inside Visual Studio. These tips and tricks will help you inside the editor. New VS2010 Features like Call Hierarchy, find all references, go to definition, the new Code Definition Window, Navigating Highlighted words and references, Multi-Line Edit, and Zoom. All these tricks are also explained with their keyboard shorts.

http://scottcate.looplogic.com/dev315-editortricks

TechEd Dev315 VSTricks – Multiple Monitor Support

Visual Studio Support Multiple Monitors? This video shows you how. Peel out windows, like the Solution Explorer, dock them to you second monitor, and the best part is, the window position persists across VS2010 restarts. Very Nice! Check out the video – it’s only 3 Minutes.

http://scottcate.looplogic.com/dev315-multimon

TechEd DEV315 VSTricks – Outlining

Outlining is that little [PLUS] or [MINUS] sign in the left gutter of Visual studio. You see these around the manual regions that you create – and around natural code blocks like classes, methods, etc. New in Visual Studio 2010 is the ability to create Ad-hoc regions, without the #region command. It’s rather nice, because it doesn’t change the source code for others, it’s your own private little “hide this code” trick :). This short 4 minute video gives you a great introduction.

http://scottcate.looplogic.com/dev315-outlining