Showing results for XAML - Visual Studio Blog

Nov 4, 2011
0
0

Microsoft Windows Simulator Rotation and Resolution Emulation

Visual Studio Team
Visual Studio Team

The Windows Simulator is a tool provided in Visual Studio 11 Developer Preview that helps debugging Metro style applications. Its main purpose is to enable debugging when developers want to test how their applications respond to the new Metro style capabilities without having a device that supports those capabilities. It is implemented as a remote ...

Debugging and DiagnosticsJavaJavaScript
Nov 29, 2010
0
0

Using Visual Studio to build VB Windows Phone Applications

Visual Studio Team
Visual Studio Team

by Yang Xiao Today we are announcing the release to web (RTW) of Visual Basic for Windows Phone Developer Tools. This walkthrough demonstrates how easy and convenient it is to develop a VB Windows Phone application using the newly released tools. You’ll see that the many new IDE features in Visual Studio 2010, which help you navigate and write c...

Debugging and DiagnosticsNode.jsXAML
Jul 29, 2010
0
0

Walkthrough: Creating a Custom Start Page – Part 2

Visual Studio Team
Visual Studio Team

This is the second of a two part walkthrough on creating a personalized version of the Start Page which enables users to change a background image. This post builds on the project we created previously. If you have not already done so, I recommend going through part one of the walkthrough before continuing on. We will cover the following topics: ...

C#XAML
Jul 29, 2010
0
0

Walkthrough: Creating a Custom Start Page – Part 1

Visual Studio Team
Visual Studio Team

One of the coolest features of Visual Studio 2010 is the ability to customize the new WPF based Start Page. We have released a project template for creating pages, using the Visual Studio 2010 default page as a starting point. In the next two posts I’m going to walk through the process of creating a new page, testing the page using the VS Experi...

C#XAML
Jun 1, 2010
0
0

Better Parallelism in MSBuild 4 with YieldDuringToolExecution

Visual Studio Team
Visual Studio Team

Introduction In MSBuild 4 we introduced several performance improvements, particular for large interdependent builds.  By and large they are automatic and you receive their benefit without making any changes to the way your build process in authored.  However, there are still some cases where we are unable to make the best decision.  One suc...

C#Node.jsXAML
May 7, 2010
0
0

Building on Cross targeting scenarios and 64-bit MSBuild

Visual Studio Team
Visual Studio Team

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 2010 development cycle a push to make the build experience better on Cross compilation scen...

C#Node.jsXAML
Apr 16, 2010
0
0

Custom Extension Types with VSIX

Aaron Marten
Aaron Marten

DISCLAIMER: While the following technique is supported in Visual Studio 2010, the interfaces and methods exposed by Microsoft.VisualStudio.ExtensionManager.dll are likely to change in future Visual Studio releases. If you create an extension that relies on Microsoft.VisualStudio.ExtensionManager.dll, there is no guarantee that your extension binary...

C#XAMLVisual Basic
Mar 22, 2010
0
0

WPF in Visual Studio 2010 – Part 5 : Window Management

Visual Studio Team
Visual Studio Team

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 people have expressed interest in how much effort was required to write a WPF window management system...

XAMLWPF
Mar 8, 2010
0
0

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

Visual Studio Team
Visual Studio Team

  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 Team
Visual Studio Team

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