Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1002 Bytes

File metadata and controls

19 lines (11 loc) · 1002 Bytes

Readme - Code Samples for Chapter 30, Patterns with XAML Apps

Patterns with XAML Apps gives you the information you need to use the MVVM pattern and how you can share as much code as possible between different XAML-based technologies such as WinUI, WPF, and .NET MAUI.

The sample code for this chapter contains these project:

  • BooksApp
  • BooksLib (MVVM classes for books view-models and services)
  • GenericViewModels (Generic view-model base classes)

See WinUI what you need to install and develop WinUI applications.

The library Microsoft.Toolkit.Mvvm used with the samples is now obsolete and has superseded by CommunityToolkit.Mvvm

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!