Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Studio Blog
>
January, 2010
Server & Tools Blogs
>
Developer Tools Blogs
>
The Visual Studio Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
The Visual Studio Blog
The official source of product insight from the Visual Studio Engineering Team
Subscribe
Comments
Facebook
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Language options
Simplified Chinese (中文)
Live Now on Developer Tools Blogs
Tags
.NET Framework
announcement
bugs
C#
Dan Moseley
editor
extensibility
extension
features
MSBuild
Paul Harrington
Performance
Project
Shell
tips&tricks
Visual Studio 11
Visual Studio 2012
Visual Studio 2013 Preview
Visual Studio vNext
VS Gallery
VS2010
VS2012
VSIX
Weston Hutchins
WPF
More
▼
Less
▲
Videos
Twitter Feed
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
July 2013
(10)
June 2013
(4)
May 2013
(1)
April 2013
(1)
March 2013
(1)
January 2013
(1)
November 2012
(2)
October 2012
(4)
September 2012
(1)
August 2012
(2)
July 2012
(1)
June 2012
(6)
May 2012
(6)
April 2012
(3)
March 2012
(5)
February 2012
(3)
January 2012
(2)
November 2011
(2)
October 2011
(8)
September 2011
(7)
August 2011
(2)
May 2011
(4)
April 2011
(3)
March 2011
(2)
February 2011
(3)
January 2011
(1)
December 2010
(1)
November 2010
(3)
October 2010
(3)
September 2010
(2)
August 2010
(2)
July 2010
(10)
June 2010
(11)
May 2010
(14)
April 2010
(6)
March 2010
(18)
February 2010
(19)
January 2010
(10)
December 2009
(8)
November 2009
(9)
October 2009
(9)
September 2009
(2)
March 2009
(1)
More
▼
Less
▲
Blog - Title
January, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Studio Blog
What is the difference between “dynamic” and “object” keywords?
Posted
over 3 years ago
by
Visual Studio Blog
Let’s take a quick look at the object keyword first. I’m not going to talk a lot about it because it’s been around since C# 1.0. This keyword is nothing more than a shortcut for System.Object , which is the root type in the C# class hierarchy. (However...
The Visual Studio Blog
MSBuild Interview on CodeCast
Posted
over 3 years ago
by
Visual Studio Blog
1
Comments
I had the distinct pleasure to meet up with Ken Levy and talk about MSBuild. Ken is responsible for the CodeCast interviews at code magazine . The interview consists of an in-depth technical and scenario discussion on how and why to use MSBuild, both...
The Visual Studio Blog
Tips and Tricks: Ctrl+E to Search in New Project Dialog and Extension Manager
Posted
over 3 years ago
by
Visual Studio Blog
2
Comments
Here’s a quick tip of the day for anyone who wants to quickly use the new search feature of the New Project Dialog and the Extension Manager. You can press Ctrl+E to quickly set focus to the search box. Did you know that this same keyboard shortcut also...
The Visual Studio Blog
Using the VSIX Manifest Editor
Posted
over 3 years ago
by
Visual Studio Blog
8
Comments
In Visual Studio 2010, we provide a new way of packaging and deploying extensions known as a VSIX. Several project templates in Visual Studio generate VSIX files (from the most basic, VSIX Project, the MEF editor extensions and Visual Studio Packages...
The Visual Studio Blog
How to read/write the new Visual C++ project properties
Posted
over 3 years ago
by
Andrew L Arnott
7
Comments
Visual C++ 2010 introduces several new project and tool properties, and deprecates some old ones. If you’re writing a project template or Visual Studio extension that needs to programmatically read and write the new properties, you will find that...
The Visual Studio Blog
Searching and Navigating Code in Visual Studio 2010
Posted
over 3 years ago
by
Visual Studio Blog
27
Comments
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...
The Visual Studio Blog
Tips and Tricks: Zooming in the VS 2010 Editor
Posted
over 3 years ago
by
Visual Studio Blog
31
Comments
";" mce_src="http://blogs.msdn.com/blogfiles/visualstudio/WindowsLiveWriter/TipsandTricksZoomingintheVS2010Editor_115B8/video01d07e15c766.jpg" galleryimg="no"> You probably know that...
The Visual Studio Blog
Getting Information About Objects, Types, and Members with Expression Trees
Posted
over 3 years ago
by
Visual Studio Blog
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...
The Visual Studio Blog
Product registration for the About Box in Visual Studio 2010 and the deprecation of IVsInstalledProduct interface
Posted
over 3 years ago
by
Visual Studio Blog
6
Comments
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...
The Visual Studio Blog
Changing Visual Studio’s Color Palette
Posted
over 3 years ago
by
Visual Studio Blog
137
Comments
[ 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...
Page 1 of 1 (10 items)