March 2016
Intermediate to advanced
550 pages
10h 57m
English
In 2006, Microsoft released WPF, which was the first technology to use XAML. It is is still used today to create desktop applications.
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: ...
Read now
Unlock full access