Visual Studio 2013 now provides Intellisense for your XAML resources. If you code your XAML directly using the Code Editor you’ve seen the XAML Intellisense. Sure, it helps by giving you the list of element tags and the valid attributes of the type. But in prior versions of Visual Studio, Intellisense was lacking in a […]
Visual Studio 2013: XAML Code Editing
If you have done any coding with XAML, like me you have probably wished for some of the code editing features that all of the other languages have. Features like Intellisense and Go To Definition. With Visual Studio 2013 our wish has come true! These new XAML code editing features are so exciting its hard […]
My Latest Visual Studio Course
My latest course: Mastering Visual Studio 2013 just made it to #19 out of over 1000 courses on Pluralsight! Mastering Visual Studio 2013 covers the newest features in Visual Studio including Peek Definition, XAML code editing enhancements, updated debugging features, and the awesome CodeLens. Enjoy!
Visual Studio 2013: Navigate To Improvements
An article I wrote on the improvements to the "Navigate To" (or Ctrl + Comma) feature in Visual Studio 2013 has been posted to the Microsoft MVP blog. You can check it out here. Enjoy! For more information on the many new Visual Studio 2013 features, check out my new Pluralsight course: Mastering Visual Studio […]
Visual Studio 2013: Move Lines
Want the benefits of drag and drop without moving your hands from the keyboard? The Visual Studio 2013 code editor now has the ability to move lines within your code using the keyboard. The trick is the Alt key. When your cursor is anywhere within the line to move, press Alt + up/down arrow to […]
Who Moved My Cheese: RIA Services
WCF RIA Services was (past tense) an awesome technology that allowed developers to quickly and super easily build domain classes and WCF services for Silverlight applications. In VS 2012 (and VS 2010 SP1), you could use Add | New Item and get a template for a WCF RIA Domain Service Class. (If you are still […]
Visual Studio 2013: Options Dialog
The Tools | Options feature has been around forever. But in Visual Studio 2013 it got a few enhancements. These enhancements are so helpful, that you won’t ever want to use an older Options dialog again! You can now search directly from the Options dialog. Well yea! Of course we should be able to do […]
Who Moved My Cheese: SQL Menu
Getting a new version of Visual Studio can be fun, especially when there are cool new features. But a new version can also be frustrating when original features are moved or unexpectedly changed. The first noticeable change is the Visual Studio menu. Visual Studio 2012 included a SQL menu (shown in red below) that provided […]
Visual Studio 2013: IDE and YOU
Haven’t *you* always wanted to be a part of Visual Studio? Now you are! Once you are logged in, Visual Studio displays your name in the upper right corner. Click on your name to display information about you such as your email address and Team Foundation Service (TFS) connection information. Click Account settings.. to […]
Visual Studio 2013: IDE Notification Center
Visual Studio wants to keep you informed of important information, such as available Visual Studio updates, license expirations, or alerts. Prior versions of Visual Studio provided the notifications in a pop-up balloon that appeared in your Windows task bar. In Visual Studio 2012, the pop-up balloon appears and disappears so quickly, it is easy to […]