Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Connect(“demos”); // 2015: HealthClinic.biz

(image) During Connect(); //2015 we showcased many technologies available to you as a developer across Azure, Office, Windows, Visual Studio and Visual Studio Team Services. We’ve also heard from you that you love to have real-world applications through which you can directly experience what’s possible using those technologies...

Visual Studio Update 1 RC

Today we released Visual Studio 2015 Update 1 RC, which builds on the Update 1 CTP we released three weeks ago. In addition to the features introduced in the CTP as described here, the Release Candidate includes the following: (image) (image)   For a complete list of features in Update 1 RC and ...

Connect(“Live”); // WPF Team Live Q & A

(image) It’s been a busy week for the .NET teams here at Microsoft. We’ve just concluded our two day, live, free, dotnetConf 2015 event, with 19 sessions from both our product teams and community presenters. If you missed it, don’t worry. You can watch all the videos on-demand over at the dotnetConf 2015 Channel 9 page. ...

WPF in Visual Studio 2010 – Part 7 : Wrap up

This is the final part in the WPF in Visual Studio 2010 series. Reflections on the Series One of the aims of this series was to give a deeper look into collaboration the Visual Studio and WPF teams undertook during this release, specifically focusing on the “Lessons learned.” As such, I tended to focus on the issues we encountered and ...

WPF in Visual Studio 2010 – Part 6 : Automated UI Testing

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 to create and maintain automated user interface regression tests for Visual Studio. Regression ...
Comments are closed.0 0
WPF

WPF in Visual Studio 2010 – Part 5 : Window Management

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 ...

WPF in Visual Studio 2010 – Part 4 : Direct Hosting of WPF content

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. Frames and Panes In the Visual Studio extensibility model, the client area of a window is called a “...