Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Files

Latest commit

f526367 · Jul 18, 2018

History

History

Async

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 18, 2018
Jan 24, 2018

Readme - Code Samples for Chapter 15, Asynchronous Programming

This chapter contains these samples:

  • AsyncHistory
  • Foundations (changing synchronous methods to async, continuation)
  • ErrorHandling (error handling with async methods)
  • AsyncWindowsApp (synchronous .vs. asynchronous, using the asynchronous pattern, event-based async pattern, and task-based async pattern)

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

  • Visual Studio 2017 Update 5 with the .NET Core workload and the Universal Windows Platform development workload
  • Visual Studio for Mac
  • Visual Studio Code

The AsyncWindowsApp requires Windows 10 and Visual Studio 2017 with the Universal Windows Platform development workload. The other samples run on other platforms as well.

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 for topics covered in the book.

Thank you!