Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1003 Bytes

File metadata and controls

27 lines (23 loc) · 1003 Bytes
title C# Tutorials
description C# Tutorials
keywords .NET, .NET Core
author BillWagner
manager wpickett
ms.date 06/20/2016
ms.topic article
ms.prod .net-core
ms.technology .net-core-technologies
ms.devlang dotnet
ms.assetid fcc83b5b-fb68-4e48-9132-0882677d8056

C# Tutorials

These exercises enable you to build C# programs using core CLR.

  • Console Application. This tutorial demonstrates Console I/O, the structure of a Console application, and the basics of the Task based asynchronous programming model.

  • REST Client. This tutorial demonstrates web communications, JSON serialization, and Object Oriented features in the C# language.

  • Working with LINQ This tutorial demonstrates many of the features of LINQ and the language elements that support it.

  • Microservices hosted in Docker This tutorial demonstrates building an asp.net core microservice and hosting it it Docker.