Do you ever write quick and dirty “do you think this will work?” code? I do. You have an idea – open up a quick console app, write some code, and then desert it never to be seen again. I do that a couple of times a week, and my hard drive ends up … [Continue reading]
TechEd DEV315 VSTricks – New Projects
In Visual Studio past, creating a new project or solution was harder than it is today with 2010. The reasons are numerous, but the biggest time saver is New Project Type filtering. Need a console app? Just start typing “cons” and the list of all … [Continue reading]
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 … [Continue reading]
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 … [Continue reading]
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 … [Continue reading]