Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
The Visual Studio Blog
>
March, 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
March, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Visual Studio Blog
WPF in Visual Studio 2010 – Part 6 : Automated UI Testing
Posted
over 3 years ago
by
Visual Studio Blog
8
Comments
This is the sixth article in the WPF in Visual Studio 2010 series . This week, guest author Phil Price gives us his view of what it took to test the new WPF UI. - Paul Harrington Background This post covers an overview of techniques that we used...
The Visual Studio Blog
Tips and Tricks: Visual Studio 2010 Image Library
Posted
over 3 years ago
by
Visual Studio Blog
36
Comments
I was in the middle of creating UI mockups for some extensions I’ve been working on and realized that I needed some icons to polish off the sketch. Sure, I could have just grabbed a screenshot of VS, opened up my favorite image editor , and pulled...
The Visual Studio Blog
Tips and Tricks: Apply (or Don’t Apply) Cut or Copy commands to blank lines
Posted
over 3 years ago
by
Visual Studio Blog
14
Comments
As you may know, Visual Studio’s cut and copy commands are useful for more than just selected text. If you invoke them when there is no selection, VS will cut or copy your entire line, which saves you the trouble of selecting the line before adding it...
The Visual Studio Blog
WPF in Visual Studio 2010 - Part 5 : Window Management
Posted
over 3 years ago
by
Visual Studio Blog
21
Comments
This is the fifth article in the WPF in Visual Studio 2010 series . This week, guest author Matthew Johnson presents a fascinating behind-the-scenes look at Visual Studio's innovative window management system. - Paul Harrington Background Several...
The Visual Studio Blog
Troubleshooting pkgdef Files
Posted
over 3 years ago
by
Visual Studio Blog
5
Comments
For those using the Visual Studio 2010 SDK to create extensions for Visual Studio, you should find the creation and use of .pkgdef files to be mostly automatic (see What's a PkgDef and Why? ). However, like anything involving computers and software, there...
The Visual Studio Blog
Tips and Tricks: Quickly Closing Documents
Posted
over 3 years ago
by
Visual Studio Blog
40
Comments
In VS 2010, we made a design decision to move the “X” from the right side of the Tab Well to within each tab. Before (VS 2008) After (VS 2010) The majority of feedback around this change was positive, but, as with most UI changes, there...
The Visual Studio Blog
WPF in Visual Studio 2010 – Part 4 : Direct Hosting of WPF content
Posted
over 3 years ago
by
Visual Studio Blog
1
Comments
This is the fourth part in the series of posts on Visual Studio 2010’s use of WPF. This week, we’ll take a look at how Visual Studio 2010 detects and hosts WPF content ‘natively’ while at the same time allowing for non-WPF content...
The Visual Studio Blog
Visual Studio 2010 Text Clarity: ClearType Options
Posted
over 3 years ago
by
Visual Studio Blog
26
Comments
Text clarity in Visual Studio 2010 has been a hot topic throughout the product cycle. Each time we talk or write about it, we seem to invite yet another round comments, some of them quite emotionally charged . We take such feedback very seriously because...
The Visual Studio Blog
Why does Visual Studio 2010 convert my projects?
Posted
over 3 years ago
by
Visual Studio Blog
40
Comments
Hi, I am Richa Prasad and I am the Program Manager for the Project System team. This means that I work on many features for managing projects and solutions. One such feature is the conversion process. We have recently received many requests for making...
The Visual Studio Blog
WPF Text Clarity Improvements
Posted
over 3 years ago
by
Visual Studio Blog
19
Comments
As most of you know, we’ve rebuilt the editor and much of Visual Studio using WPF for Visual Studio 2010. This allows for a wealth of new visualizations and enables many new extensibility scenarios, often making previously impossible tasks possible and...
The Visual Studio Blog
Tips and Tricks: Clipboard Ring and Toolbox Snippets
Posted
over 3 years ago
by
Visual Studio Blog
11
Comments
I was spending some time responding to Connect bugs the other day when I ran across this suggestion : “It would be nice to have a clip board history window that could be next to the control toolbox as a nice utility window. (Often in presentations...
The Visual Studio Blog
WPF in Visual Studio 2010 – Part 3 : Focus and Activation
Posted
over 3 years ago
by
Visual Studio Blog
8
Comments
Continuing the WPF in Visual Studio 2010 series, today’s post is on the subject of “Focus and Activation”. Of all the problems we had to deal with in the new WPF UI, this was probably the most tricky to get right. Focus problems are...
The Visual Studio Blog
Tuning C++ build parallelism in VS2010
Posted
over 3 years ago
by
Visual Studio Blog
26
Comments
A great way to get fast builds on a multiprocessor computer is to take advantage of as much parallelism in your build as possible. If you have C++ projects, there’s two different kinds of parallelism you can configure. What are the dials I can set...
The Visual Studio Blog
MSBuild 4 Detailed Build Summary
Posted
over 3 years ago
by
Visual Studio Blog
5
Comments
Introduction When we were developing the current version of MSBuild, we spent a lot of time analyzing builds to determine where our performance issues lay. The standard logging, even on diagnostic verbosity and with the performance summary enabled (/clp...
The Visual Studio Blog
Creating and Sharing Project & Item Templates
Posted
over 3 years ago
by
Aaron Marten
14
Comments
One of the great new features we added in Visual Studio 2010 is the ability to easily find and consume online Project and Item templates without leaving the New Project/Item dialog. What may not be so obvious is how to go from a piece of code you want...
The Visual Studio Blog
Second patch now available for IntelliSense crashes in VS 2010 RC
Posted
over 3 years ago
by
Visual Studio Blog
44
Comments
We recently blogged about a crashing bug in the Visual Studio 2010 Release Candidate (RC) on machines using UI Automation (UIA) . We’ve since discovered that there are actually two bugs, both of which will only affect a certain group of users but will...
The Visual Studio Blog
WPF in Visual Studio 2010 – Part 2 : Performance tuning
Posted
over 3 years ago
by
Visual Studio Blog
12
Comments
This post, the second in a series of articles on Visual Studio 2010’s use of WPF, covers tips and techniques for optimizing performance of WPF applications, and also several areas where we needed to tune Visual Studio 2010 in order to squeeze the...
The Visual Studio Blog
Marshal.ReleaseComObject Considered Dangerous
Posted
over 3 years ago
by
Visual Studio Blog
12
Comments
This post describes a problem we encountered and solved during the development of Visual Studio 2010 when we rewrote some components in managed code. In this post I’ll describe the problem and what we did to solve it. This is a rather lengthy technical...
Page 1 of 1 (18 items)