Skip to content

Slides and code sample for "Get Comfortable with .NET Core and the CLI" (using .NET Core 3.0)

Notifications You must be signed in to change notification settings

jeremybytes/core-cli-30

Repository files navigation

Get Comfortable with .NET Core and the CLI

Level: Introductory

Target: C# developers who have been working with .NET Framework and are interested in trying out .NET Core.

Note: An updated version that uses .NET 5 is available here: https://github.com/jeremybytes/dotnet50-cli.

.NET Core is the future of .NET. So let's get comfortable with the creating, running, and testing applications using the command-line interface. We'll create a self-hosted web service and then write an application to use that service. Unit tests will make sure things work along the way. Whether you're new to .NET Core or have been using .NET Core with Visual Studio, this session will help you get up-to-speed in this powerful environment.

Demo

Be sure to take a look at the DemoWalkthrough.md file. This walks through the process of starting with an empty folder and creating all of the projects in the repo.

About

Slides and code sample for "Get Comfortable with .NET Core and the CLI" (using .NET Core 3.0)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages