|
| 1 | +# Readme - Code Samples for Chapter 34, Windows Desktop Applications with WPF |
| 2 | + |
| 3 | +This chapter contains the following WPF code samples: |
| 4 | + |
| 5 | +* ControlsSamples (Frame, Expander, Viewbox, BulletDecorator) |
| 6 | +* LayoutSamples (Canvas, StackPanel, Grid, DockPanel, WrapPanel) |
| 7 | +* TriggerSamples (Trigger, MultiTrigger, DataTrigger) |
| 8 | +* Book |
| 9 | + * BooksDemoLib (Library used by two Applications - ICommand, UserControl, DataGrid, CollectionViewSource, ObjectDataProvider, ListBox) |
| 10 | + * BooksDemoMenu (using the Menu control) |
| 11 | + * BooksDemoRibbon (using the Ribbon control, TabControl) |
| 12 | +* MultiBindingSample (MultiBinding, IMultiValueConverter) |
| 13 | +* PriorityBindingSample (PriorityBinding) |
| 14 | +* ValidationSample (ValidatesOnExceptions, ValidatesOnDataErrors, ValidatesOnNotifyDataErrors, IDataErrorInfo, INotifyDataErrorInfo) |
| 15 | +* XML Binding (xmlDataProvider) |
| 16 | +* Formula1Demo (TreeView, DataGrid, CollectionViewSource with grouping) |
| 17 | +* LiveShaping (CollectionViewSource with live shaping) |
| 18 | + |
| 19 | +The samples in this chapter need the full .NET Framework - for WPF. |
| 20 | + |
| 21 | +To build and run the .NET Core samples, please install |
| 22 | +* Visual Studio 2015 Update 3 |
| 23 | +* .NET Core 1.0 for Visual Studio |
| 24 | + |
| 25 | +Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows). |
| 26 | + |
| 27 | +For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6) |
| 28 | + |
| 29 | +Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book. |
| 30 | + |
| 31 | +Thank you! |
0 commit comments