Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit f0024cd

Browse files
readme
1 parent 37d5815 commit f0024cd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Patterns/Readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# 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.
21+
22+
Thank you!

0 commit comments

Comments
 (0)