Skip to content

ProfessionalCSharp/ProfessionalCSharp2021

Repository files navigation

Professional C# and .NET - 2021 Edition

Code samples for the Wrox Press book Professional C# and .NET - 2021 Edition

To compile and run the samples, you need Visual Studio 2019, Visual Studio for Mac, or Visual Studio Code.

You can download these tools here: Visual Studio.

The console app samples can be used on Windows, Linux, or Mac. Here is the installation procedure for .NET: .NET

If you're using Visual Studio, Version 16.9 or a later version of Visual Studio 2019 is needed. With the Visual Studio Installer you need to select this workload to compile most of the code samples: .NET Core cross-platform development. For working with .NET 6, you should use Visual Studio 2022.

ASP.NET Core samples need this workload: ASP.NET and web development.

See the WinUI.md for the requirements of building and running the WinUI samples.

Updates, .NET 6 and .NET 7

The main branch is the actual working branch with code samples updated to .NET 7 and C# 11. Every code sample should compile and run successfully (with the deadlock and race-conditions samples, successfully means that a deadlock and a race-condition occurs).

The dotnet5 branch is used to show the samples how they appear in the printed book.

The dotnet6 branch is used to give you the .NET 6 (LTS) version.

Issues and Discussions

If you find some problems with the source code, issues to compile and run the downloaded samples, please create an issue.

If you have some questions about the code samples, or just want to drop a message, you're welcome to use Discussions.

For questions with your source code that are not related to the book and the code samples, it's better to use StackOverflow.

Slides

I'm offering training and consulting programming .NET applications and services. For academic use, slides are available for free in a separate private repository. Just send me an email using your university / high school account, tell me how you intent to use the book to get access to the available, and send me your github account. You'll get access to this repository.

If you are interested for commercial use of the presentations, get in contact for a commercial offering.

Source Code

Here's the list of chapters and the folders for the code samples:

Part 1 (The Language)

Part 2 (The Libraries)

Part 3 (Web Apps and Services)

Part 4 (Windows Apps)

  • Chapter 29 - Windows Apps (Windows)
  • Chapter 30 - Patterns with XAML Apps (Patterns)
  • Chapter 31 - Styling Windows Apps (Styles)

Part 5 (More Samples)

Additional articles and samples related to the book

The Language

The Libraries

Web Apps and Services

Windows Apps

Code of conduct

See Code of conduct

Have fun coding and enjoy the book!

Christian