Showing results for Tag : WPF

Sep 16, 2024
2

Understanding the behavior of the XAML Designer with abstract base classes

Peter Spada
Peter Spada

Visual Studio 2022 introduced a new XAML designer for building WPF apps, with a goal of increasing the performance and reliability of the designer. The new designer can quickly open a XAML file by using WPF’s built-in parser and display. This new design has a nuanced behavior when the root XAML element derives from an abstract base class. This arti...

XAMLWPF
May 20, 2020
3
0

Improvements to XAML tooling in Visual Studio 2019 version 16.7 Preview 1

Dmitry Lyalin
Dmitry Lyalin

In this blog post we'd like to catch you up on what's new in Visual Studio tooling for XAML developers building WPF, UWP and Xamarin.Forms applications. In this post we'll cover new features shipped in Visual Studio 2019 version 16.5, 16.6 and the most recent release 16.7 Preview 1.

XAMLWPFUniversal Windows Platform
Mar 7, 2019
6
0

Windows Desktop Developer Twitch Workshop (March 14, 2019)

Dmitry Lyalin
Dmitry Lyalin

Today we’d like to announce an upcoming free live streaming workshop on March 14th, 2019 focused on Windows Desktop development for .NET applications using frameworks such as WPF, WinForms and UWP.

WPFUniversal Windows PlatformWinForms
Dec 8, 2015
0
0

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

Visual Studio Blog
Visual Studio Blog

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. This year, t...

.NETVisual StudioAzure
Oct 29, 2015
0
0

Visual Studio Update 1 RC

Visual Studio Blog
Visual Studio Blog

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:   For a complete list of features in Update 1 RC and information on bug fixes an...

.NETVisual StudioDebugging and Diagnostics
Mar 20, 2015
0
0

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

Visual Studio Blog
Visual Studio Blog

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. Next Week &ndas...

.NETVisual StudioWPF
Apr 6, 2010
0
0

WPF in Visual Studio 2010 – Part 7 : Wrap up

Visual Studio Blog
Visual Studio Blog

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

ASP.NETWPF
Mar 30, 2010
0
0

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

Visual Studio Blog
Visual Studio Blog

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

WPF
Mar 22, 2010
0
0

WPF in Visual Studio 2010 – Part 5 : Window Management

Visual Studio Blog
Visual Studio Blog

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