Skip to content

vishalshindedeshmukh/Learning-C-8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning C# 8

By Marius Bancila, Ankit Sharma, Prakash Tripathi

Published by Packt

Structure and code conventions

The source code is located in the src folder.

For each chapter, there is a subfolder here with the name chapter_number (e.g. chapter_02, chapter_03, etc.) For each different topic in a chapter, there is a different project. For instance:

  • chapter_07\chapter_07_01 - Delegates and Events
  • chapter_07\chapter_07_02 - Tuples
  • chapter_07\chapter_07_03 - Pattern matching
  • chapter_07\chapter_07_04 - Regular expressions

The solution file learning_charp8.sln contains all these projects together.

Most projects should be .NET Core console apps and target .NET Core 2.1. Excepted from this rule are the last chapters that introduce Windows programming with WPF and WinForms, mobile apps development with Xamarin, etc.

About

Learning C# 8, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%