Skip to content

Latest commit

 

History

History
 
 

CoreCSharp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme - Code Samples for Chapter 2, Core C#

This chapter contains the following code samples:

  • HelloWorldApp (a simple Hello, World!)
  • VariablesSample (declaring, initializing, and using variables)
  • VariablesScopeSample (scope of variables)
  • IfStatement (using if/else if/else)
  • ForLoop (using for)
  • NamespacesSample (declaring and using namespaces)
  • ArgumentsSample (passing arguments to the Main method)
  • StringSample (initializing the string type, string concatenation)

To build and run the .NET Core samples, please install one of these tools:

  • Visual Studio 2017 Update 7 with the .NET Core workload
  • Visual Studio for Mac
  • Visual Studio Code

Please download and install the tools from .NET Core downloads.

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information on topics covered in the book.

Thank you!