You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2023. It is now read-only.
# Readme - Code Samples for Chapter 38, Patterns with XAML Apps
2
+
3
+
The sample code for this chapter contains this project:
4
+
5
+
* BooksApp
6
+
* BooksLib (MVVM library - in the directory *PatternsXamarinShared*)
7
+
* Framework (MVVM framework with generic view-models - in the directory *PatternsXamarinShared*)
8
+
9
+
The libraries from the directory *PatternsXamarinShared* are shared with the Patterns and the Xamarin samples.
10
+
11
+
All the samples of this chapter need Windows 10 and Visual Studio 2017.
12
+
13
+
To build and run the Windows 10 samples, please install:
14
+
15
+
* Visual Studio 2017 Update 5 with the .NET Core workload **Universal Windows Platform Development**.
16
+
17
+
18
+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp7)
19
+
20
+
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com"csharp.christiannagel.com") for additional information for topics covered in the book.
0 commit comments