Showing results for Desktop - Visual Studio Blog

May 18, 2012
0
0

A look ahead at the Visual Studio 11 product lineup and platform support

Visual Studio Blog
Visual Studio Blog

Today, we want to share the final product lineup and specifications you can expect to see for the next release of Visual Studio. This also includes system requirements and platform you can develop for with Visual Studio 11. Product Lineup In addition to the product line up announced previously we will also be releasing Visual Studio Express for W...

.NETJavaC#
Jun 5, 2010
0
0

15 minute blog post: A Hidden Feature in Visual Studio 2010

Visual Studio Blog
Visual Studio Blog

The sunset in Seattle was spectacular this evening. My wife and I climbed the water tower in Volunteer Park to look across the Sound as the sun dipped behind the Olympic mountains and, in the space of a few minutes, the sky turned from blue to orange and pink. We both agreed that the Emerald City and its surroundings can be breathtakingly beautiful...

Visual Studio 2010Tips and Tricks
Mar 14, 2010
0
0

Visual Studio 2010 Text Clarity: ClearType Options

Visual Studio Blog
Visual Studio Blog

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, whether the comments are completely justified or not, there’s always some nugget of customer di...

WPF
Mar 8, 2010
0
0

WPF in Visual Studio 2010 – Part 3 : Focus and Activation

Visual Studio Blog
Visual Studio Blog

  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 notoriously hard to debug, partly because interacting with the debugger moves focus again. (Tip: Using a re...

XAMLWPF
Mar 1, 2010
0
0

WPF in Visual Studio 2010 – Part 2 : Performance tuning

Visual Studio Blog
Visual Studio Blog

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 best out of WPF. The first post in the series covered the motivation for selecting WPF and some of the ...

Debugging and DiagnosticsC#XAML
Feb 24, 2010
0
0

Troubleshooting Extensions with the Activity Log

Visual Studio Blog
Visual Studio Blog

One of the most powerful tools for troubleshooting issues that involve Visual Studio extensions is often overlooked, even though it has been around for quite some time (since VS 2005). Anyone wondering what Visual Studio is doing with their VS Package, Extension, MEF Component, or pkgdef file should ask the IDE for an activity log. In this art...

Debugging and DiagnosticsVisual Studio 2010Tips and Tricks
Feb 16, 2010
0
0

WPF in Visual Studio 2010 – Part 1 : Introduction

Visual Studio Blog
Visual Studio Blog

This is the first part in a seven part series. Links to the other parts are included at the bottom of this post. Now that the Release Candidate for Visual Studio 2010 is publicly available, we’ve started receiving questions from inquisitive users about how Visual Studio 2010 itself was built. In particular, one questioner wanted to know if we we...

Debugging and DiagnosticsC#XAML
Nov 10, 2009
0
0

Behind the Scenes: The Splash Screen

Visual Studio Blog
Visual Studio Blog

Paul Harrington – Principal Developer, Visual Studio Shell Team Short Bio: Paul Harrington is a principal software developer on the Visual Studio platform team. He has worked on every version of Visual Studio .Net to date. Prior to joining the Visual Studio team in 2000, Paul spent six years working on mapping and trip planning software for...

C#