You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2021. It is now read-only.
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.
# 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.
0 commit comments