Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1003 Bytes

index.md

File metadata and controls

27 lines (23 loc) · 1003 Bytes
title description keywords author manager ms.date ms.topic ms.prod ms.technology ms.devlang ms.assetid
C# Tutorials
C# Tutorials
.NET, .NET Core
BillWagner
wpickett
06/20/2016
article
.net-core
.net-core-technologies
dotnet
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.