Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Studio Blog
>
May, 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 vNext
VS Gallery
VS2010
VS2012
VSIX
walkthrough
Weston Hutchins
WPF
More
▼
Less
▲
Videos
Twitter Feed
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
July 2013
(3)
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
May, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Studio Blog
Visual Studio Managed Multi-Targeting: Part 2: Multi-Targeting in Action
Posted
over 3 years ago
by
Visual Studio Blog
4
Comments
Now that we have gone through some key concepts in the previous part in this series, before we go any further in terms of detailed technical concepts, it would be nice to have some “mental visual model” of how multi-targeting impacts almost...
The Visual Studio Blog
Programmatically adding/removing/querying VC++ Build Customizations
Posted
over 3 years ago
by
Visual Studio Blog
1
Comments
Build Customizations (Custom Build Rules in earlier editions) are commonly used for invoking external tools that translate files from one format to the other, often resulting in C++ sources that can be compiled at the C++ compilation step. In this post...
The Visual Studio Blog
Excuse the Mess While We Move
Posted
over 3 years ago
by
Weston Hutchins
0
Comments
You may have noticed that The Visual Studio Blog looks a bit different than it did last week. Yesterday, the folks that run http://blogs.msdn.com completed the much-needed blog platform upgrade to Telligent Community 5.5. As with most major...
The Visual Studio Blog
Walkthrough-- Publishing a Custom Web Control (Part 1 of 2)
Posted
over 3 years ago
by
Visual Studio Blog
0
Comments
The Visual Studio 2010 SDK adds several project templates to Visual Studio that let you create and share custom controls. These are called extensibility projects. In addition to compiling the control, the extensibility project prepares it for publication...
The Visual Studio Blog
Visual Studio Managed Multi-Targeting: Part 1: Concepts: Target Framework Moniker, Target Framework
Posted
over 3 years ago
by
Visual Studio Blog
6
Comments
In prior versions of Visual Studio, before Visual Studio 2010, the projects could only target .NET Framework versions v2.0, v3.0 and v3.5 therefore it was, mostly, sufficient to identify a framework only with its version. This is changing with Visual...
The Visual Studio Blog
Three New Managed Package Framework features for Visual Studio 2010
Posted
over 3 years ago
by
Visual Studio Blog
7
Comments
This post describes three new features that have been added to the Managed Package Framework (MPF) version 10.0 in Visual Studio 2010. These features are available to anyone developing extensions in managed code for Visual Studio 2010. To get started...
The Visual Studio Blog
A guide to .vcxproj and .props file structure
Posted
over 3 years ago
by
Visual Studio Blog
11
Comments
If you inspect the contents of a .vcxproj file (the new VC++ project file format in VS2010) in notepad or in VS editor (by first unloading the project and then choosing "Edit Foo.vcxproj" from the context menu in Solution Explorer), you will see that...
The Visual Studio Blog
Announcing: Collapse Selection in Solution Explorer extension
Posted
over 3 years ago
by
Visual Studio Blog
30
Comments
We have received much feedback asking for a feature that would recursively collapse nodes in the solution explorer. We are happy to announce the Collapse Selection in Solution Explorer extension! What is the Collapse Selection in Solution Explorer...
The Visual Studio Blog
How to create a great online project template (or how to make applications that speak)
Posted
over 3 years ago
by
Visual Studio Blog
5
Comments
Like the project templates installed with Visual Studio, online project templates enable people to easily start creating various applications. It’s not just Microsoft that creates these templates -- anyone can create an online template and publish it...
The Visual Studio Blog
Assembly Resolution in MSBuild and Visual Studio Series Introduction
Posted
over 3 years ago
by
Visual Studio Blog
8
Comments
Assembly references are an integral part of build process. When the assembly references passed to the compiler are correct everything works but when they are not projects stop building. When this happens It can be frustrating to try and figure out...
The Visual Studio Blog
If you are seeing intermittent crashes with VS 2010
Posted
over 3 years ago
by
Visual Studio Blog
59
Comments
Some customers have been reporting intermittent crashes while using Visual Studio 2010, particularly during file save and build. We haven’t tracked this down completely yet, but many of the crashes seem to be related to an out-of-date version of the AnkhSVN...
The Visual Studio Blog
Building on Cross targeting scenarios and 64-bit MSBuild
Posted
over 3 years ago
by
Visual Studio Blog
5
Comments
UPDATE: Most issues around MSBuild support for cross-bitness and 64-bit builds are fixed in .NET 4.5. As always, feedback is welcome! Please leave your comments in this blog post and report any bugs on Microsoft Connect . During the Visual Studio...
The Visual Studio Blog
Open thread: Extensibility is the future?
Posted
over 3 years ago
by
Visual Studio Blog
4
Comments
With the release of Visual Studio 2010 came a major improvement to the overall extensibility story of Visual Studio; the new editor. With the new editor VS was introduced to a Managed Extensibility Framework (MEF) based API that opened up possibilities...
The Visual Studio Blog
MSBuild Property Functions (2)
Posted
over 3 years ago
by
Visual Studio Blog
5
Comments
Some more information about this 4.0 feature. (I've also updated the first post with this, so everything's in one place for your reference.) Built-in MSBuild functions The full list of built-in [MSBuild] functions, like the one above, are in the MSDN...
Page 1 of 1 (14 items)