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

Commit

Permalink
readme for new chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannagel committed Apr 23, 2017
1 parent 499f38e commit 0ed8645
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CSharp7/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Readme - Code Samples for Chapter 47, C# 7.0 - What's New!

This chapter contains the following code sample:

* CSharp7Samples

Get the downloadable book chapter: [C# 7.0 - What's New?](https://csharp.christiannagel.com/2017/04/03/csharp7/)

To build and run the .NET Core samples, please install
* Visual Studio 2017 with the .NET Core workload

Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows).

For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)

Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.

Thank you!
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Samples available for these chapters (sample folders):
* Chapter 43 - WebHooks and SignalR (SignalRAndWebHooks) [Windows]
* Chapter 44 - Windows Communication Foundation (WCF) [Windows]
* Chapter 45 - Deploying Websites and Services (DeploymentWeb)
* Chapter 46 - .NET Core with csproj - only for download (csproj)
* Chapter 47 - C# 7.0 - What's New? - only for download (CSharp7)

Download the extra Chapters for [C# 7.0](https://csharp.christiannagel.com/2017/04/03/csharp7/) and .NET Core with csproj - coming soon!

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

Expand Down
23 changes: 23 additions & 0 deletions csproj/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Readme - Code Samples for Chapter 46, .NET Core with csproj

This chapter contains the following code samples:

* HelloWorld
* WelloWeb
* HelloMVC
* XUnitTestSample
* MSTestSample
* HelloWorldSelfContained

Get the downloadable book chapter: [.NET Core with csproj - coming soon!]()

To build and run the .NET Core samples, please install
* Visual Studio 2017 with the .NET Core workload

Please download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows).

For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)

Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.

Thank you!

0 comments on commit 0ed8645

Please sign in to comment.