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

Commit 0ed8645

Browse files
readme for new chapters
1 parent 499f38e commit 0ed8645

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

CSharp7/Readme.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Readme - Code Samples for Chapter 47, C# 7.0 - What's New!
2+
3+
This chapter contains the following code sample:
4+
5+
* CSharp7Samples
6+
7+
Get the downloadable book chapter: [C# 7.0 - What's New?](https://csharp.christiannagel.com/2017/04/03/csharp7/)
8+
9+
To build and run the .NET Core samples, please install
10+
* Visual Studio 2017 with the .NET Core workload
11+
12+
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows).
13+
14+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)
15+
16+
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.
17+
18+
Thank you!

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Samples available for these chapters (sample folders):
5959
* Chapter 43 - WebHooks and SignalR (SignalRAndWebHooks) [Windows]
6060
* Chapter 44 - Windows Communication Foundation (WCF) [Windows]
6161
* Chapter 45 - Deploying Websites and Services (DeploymentWeb)
62+
* Chapter 46 - .NET Core with csproj - only for download (csproj)
63+
* Chapter 47 - C# 7.0 - What's New? - only for download (CSharp7)
64+
65+
Download the extra Chapters for [C# 7.0](https://csharp.christiannagel.com/2017/04/03/csharp7/) and .NET Core with csproj - coming soon!
6266

6367
You can find additional samples in the [More Samples repository](https://github.com/ProfessionalCSharp/MoreSamples).
6468

csproj/Readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Readme - Code Samples for Chapter 46, .NET Core with csproj
2+
3+
This chapter contains the following code samples:
4+
5+
* HelloWorld
6+
* WelloWeb
7+
* HelloMVC
8+
* XUnitTestSample
9+
* MSTestSample
10+
* HelloWorldSelfContained
11+
12+
Get the downloadable book chapter: [.NET Core with csproj - coming soon!]()
13+
14+
To build and run the .NET Core samples, please install
15+
* Visual Studio 2017 with the .NET Core workload
16+
17+
Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows).
18+
19+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)
20+
21+
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.
22+
23+
Thank you!

0 commit comments

Comments
 (0)