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

Commit 8d48d38

Browse files
add readme
1 parent 2937ed4 commit 8d48d38

File tree

4 files changed

+109
-8
lines changed

4 files changed

+109
-8
lines changed

AdvancedWindowsApps/Readme.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
# Readme - Code Samples for Chapter 37, ADO.NET
1+
# Readme - Code Samples for Chapter 33, Advanced Windows Apps
22

3-
This chapter contains these samples:
3+
This chapter contains the following UWP code samples:
44

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)
918

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
1122

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)
1326

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!

Patterns/Readme.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Readme - Code Samples for Chapter 31, Patterns with XAML Apps
2+
3+
This chapter contains the following code samples:
4+
5+
* Shared Projects
6+
* Framework (DelegateCommand, EventAggregator, ServiceLocator, BindableBase)
7+
* Models (Entity Types)
8+
* Contracts (for services)
9+
* Repositories
10+
* Services
11+
* ViewModels
12+
* Books Desktop App (WPF)
13+
* Books Universal App (UWP)
14+
15+
Another implementation of the sample is available using the Prism.Core framework
16+
17+
Also check this article [Dependency Injection with .NET Core](https://csharp.christiannagel.com/2016/06/04/dependencyinjection/, "Dependency Injection with .NET Core") for a simple sample using Microsoft.Extensions.DependencyInjection.
18+
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
22+
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)
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!

StylesAndResources/Readme.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Readme - Code Samples for Chapter 30, Styling XAML Apps
2+
3+
This chapter contains the following code samples:
4+
5+
* WPF
6+
* ShapesWPF (XAML Shape elements, with XAML and programmatically)
7+
* GeometryWPF (Geometry Elements for higher performance)
8+
* TransformationWPF (Scale, rotate, translate, skew)
9+
* BrushesWPF (various brushes)
10+
* StylesAndResourcesWPF (styles, resources, StaticResource, DynamicResource)
11+
* TemplatesWPF (custom templates)
12+
* AnimationWPF (animations with easing functions, key-frame animations)
13+
* Universal Windows Platform
14+
* ShapesUWP (XAML Shape elements, with XAML and programmatically)
15+
* GeometryUWP (Geometry Elements for higher performance)
16+
* TransformationUWP (Scale, rotate, translate, skew)
17+
* BrushesUWP (various brushes)
18+
* StylesAndResourcesUWP (styles, resources, StaticResource, DynamicResource)
19+
* TemplatesUWP (custom templates)
20+
* AnimationUWP (animations with easing functions, key-frame animations)
21+
* TransitionsUWP (transitions)
22+
* VisualStateUWP (custom states)
23+
24+
To build and run the .NET Core samples, please install
25+
* Visual Studio 2015 Update 3
26+
* .NET Core 1.0 for Visual Studio
27+
28+
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows).
29+
30+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)
31+
32+
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.
33+
34+
Thank you!

WindowsApps/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 32, Windows Apps - User Interfaces
2+
3+
This chapter contains the following UWP code samples:
4+
5+
* PageNavigation (navigate between pages)
6+
* AppShellSample (SplitView, Hamburger, AdaptiveTrigger)
7+
* LayoutSamples (RelativePanel, VariableSizedWrapGrid, AdaptiveTrigger, delay loading)
8+
* ControlsSamples (AutoSuggestBox, Ink, TextBox, DatePicker, TimePicker)
9+
* CompiledBindingSample (x:Bind)
10+
* NavigationControls (Hub, Pivot)
11+
12+
To build and run the .NET Core samples, please install
13+
* Visual Studio 2015 Update 3
14+
* .NET Core 1.0 for Visual Studio
15+
16+
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows).
17+
18+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)
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)