|
1 | | -# Readme - Code Samples for Chapter 37, ADO.NET |
| 1 | +# Readme - Code Samples for Chapter 33, Advanced Windows Apps |
2 | 2 |
|
3 | | -This chapter contains these samples: |
| 3 | +This chapter contains the following UWP code samples: |
4 | 4 |
|
5 | | -* ConnectionSamples (opening and closing connections, connection information, transactions) |
6 | | -* CommandSamples (ExecuteNonQuery, ExecuteScalar, ExecuteReader, call stored procedure) |
7 | | -* AsyncSamples (use async ADO.NET methods) |
8 | | -* TransactionSamples (execute commands within an explicit transaction) |
| 5 | +* ApplicationLifetimeSample (navigation with suspension support) |
| 6 | +* SharingSamples |
| 7 | + * SharingSource (sharing text and HTML content) |
| 8 | + * SharingTarget (share target for text and HTML) |
| 9 | +* AppServices |
| 10 | + * BooksCacheModel (Book entity, repository, and utilities for JSON convert) |
| 11 | + * BooksCacheService (Implementation of IBackgroundTask) |
| 12 | + * BooksCacheProvider (App Service declaration) |
| 13 | + * BooksCacheClient (using App Service) |
| 14 | +* CameraSample (using camera for photo or video) |
| 15 | +* MapSample (MapControl) |
| 16 | +* SensorSampleApp (Inclinometer, Gyrometer, Accelerometer, Compass, Light, Orientation) |
| 17 | +* RollingMarble (changing ellipse with Accelerometer) |
9 | 18 |
|
10 | | -The database that is used with these samples is AdventureWorks. Download AdventureWorks from [CodePlex](https://msftdbprodsamples.codeplex.com). |
| 19 | +To build and run the .NET Core samples, please install |
| 20 | +* Visual Studio 2015 Update 3 |
| 21 | +* .NET Core 1.0 for Visual Studio |
11 | 22 |
|
12 | | -The current version of this sample is built with .NET Core RC2. When RTM is available, the sample code will be updated. |
| 23 | +Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows). |
| 24 | + |
| 25 | +For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6) |
13 | 26 |
|
| 27 | +Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book. |
| 28 | + |
| 29 | +Thank you! |
0 commit comments