Creating a Windows desktop application using WPF
In 2006, Microsoft released WPF, which was the first technology to use XAML. It is is still used today to create desktop applications.
Tip
Microsoft Visual Studio 2015 and Microsoft Blend are WPF applications.
Start Microsoft Visual Studio 2015. In Visual Studio, press Ctrl + Shift + N, or choose File | New | Project….
In the New Project dialog, in the Installed Templates list, select Visual C#. In the center list, select WPF Application, type the name as Ch13_WPF, change the location to C:\Code
, type the solution name as Chapter13, and then click on OK.
You will see the XAML design window showing a graphical view and an XAML view of the MainWindow.xaml
file. You will be able to make the following observations: ...
Get C# 6 and .NET Core 1.0: Modern Cross-Platform Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.