Showing category results for Visual Studio

Jan 13, 2010
Post comments count0
Post likes count0

Searching and Navigating Code in Visual Studio 2010

Visual Studio Team

Every developer knows that navigating code is vital to happy and productive coding. We’ve added several new features for code search and navigation in Visual Studio 2010, including Navigate To and an improved Call Hierarchy, to complement search staples like the Find and Replace dialog and Incremental Search. With such a wide variety of options, we...

C#Node.jsVisual Studio 2010
Jan 7, 2010
Post comments count0
Post likes count0

Tips and Tricks: Zooming in the VS 2010 Editor

Visual Studio Team

You probably know that Visual Studio has an option to change your text size, but did you know you can also zoom the editor in VS 2010?  Ctrl+mouse wheel zooming has been available since the first Visual Studio 2010 CTP, but we’ve finished it by adding a zoom control and key bindings in Beta 2.  Check out this video we’ve created to demo the new...

HTMLVisual Studio 2010Tips and Tricks
Jan 6, 2010
Post comments count0
Post likes count0

Getting Information About Objects, Types, and Members with Expression Trees

Visual Studio Team

Starting with C# 3.0 and Visual Studio 2008, you can use expression trees to get information about objects, types, and members. In this post I’m going to show some examples and explain what benefits you can get by using this technique. If you are not familiar with expression trees, I would recommend reading Charlie Calvert’s blog post Expression Tr...

C#.NET Framework
Jan 5, 2010
Post comments count0
Post likes count0

Product registration for the About Box in Visual Studio 2010 and the deprecation of IVsInstalledProduct interface

Visual Studio Team

In this article I’ll talk about the information that needs to be specified by a product integrating with Visual Studio to make that product appear in the About box dialog, and the changes to these settings for Visual Studio 2010. You are probably familiar by now with the layout of the Visual Studio’s About Box dialog. Beside listing gener...

C#
Jan 4, 2010
Post comments count0
Post likes count0

Changing Visual Studio’s Color Palette

Visual Studio Team

[Update 2/9/2010] The RC version of the extension is now available (using the same link).  Users who installed this extension for Beta 2 and customized the theme for VS2010 Beta 2 : If you have installed VS2010 RC on the same computer, you may experience a "rainbow colored" VS.  To remedy this problem, please do one of the following:...

WPF
Jan 4, 2010
Post comments count0
Post likes count0

Changing Visual Studio’s Color Palette

Visual Studio Team

[Update 2/9/2010] The RC version of the extension is now available (using the same link).  Users who installed this extension for Beta 2 and customized the theme for VS2010 Beta 2 : If you have installed VS2010 RC on the same computer, you may experience a "rainbow colored" VS.  To remedy this problem, please do one of the following:...

WPF
Dec 19, 2009
Post comments count0
Post likes count0

Codecast interviews about the Editor and Extensibility

Visual Studio Team

  Happy holidays everyone!  Chris Granger and I met up with Ken Levy the other day to talk about the new Editor and VS Extensibility. Ken is responsible for the code cast interviews at code magazine.  Chris and I sat down with Ken to discuss the Editor, the SDK, the Extension Manager, VSIX and some of the cool new things we’re shipp...

Dec 18, 2009
Post comments count0
Post likes count0

What’s A PkgDef? And Why?

Visual Studio Team

A .pkgdef file is way to encapsulate application configuration information in an easily editable, distributable, and deployable form. It was introduced in Visual Studio 2008 SP1 to support the configuration of Isolated Shell applications. In Visual Studio 2010, .pkgdef files take on a more expanded role and are much more integrated into both the ID...

Visual Studio 2010
Dec 18, 2009
Post comments count0
Post likes count0

What’s A PkgDef? And Why?

Visual Studio Team

A .pkgdef file is way to encapsulate application configuration information in an easily editable, distributable, and deployable form. It was introduced in Visual Studio 2008 SP1 to support the configuration of Isolated Shell applications. In Visual Studio 2010, .pkgdef files take on a more expanded role and are much more integrated into both the ID...

Visual Studio 2010
Dec 14, 2009
Post comments count0
Post likes count0

Customizing Visual Studio 2010

Visual Studio Team

Don’t like where a button is by default?  Go ahead and move it.  To speed up your workflow, add handy commands to a context menu.  To reduce clutter, remove commands that you never use.  Yes, customizing the UI can take a little while to get it just right, but doing so will provide you with a workspace that can boost your ...