Introducing .NET Core

Introducing .NET Core

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 59m | 1.14 GB

.NET is an open-source development platform, a collection of languages and libraries that can work together to build all kinds of applications. In this course, Scott Hanselman and Kendra Havens introduce you to .NET Core and walk you through how to build your first app. First, Scott and Kendra show you how to install the .NET software development kit (SDK) and how to install Visual Studio. Next, they teach you how to say Hello World with C#. They step you through some basics of Visual Studio and debugging. Next, they cover how to add a class library to your executable program. Kendra and Scott explore NuGet, a .NET package manager that lets you pull in code from other community members and use it in your programs. They go over how to write some unit tests in C# and run them with the Visual Studio Test Explorer. In conclusion, they demonstrate how to publish your app to Windows and to Linux.

Table of Contents

Introducing .NET Core
1 What is .NET
2 Installing .NET
3 What is a .NET Hello World app
4 NET Basic debugging
5 NET Adding a class library
6 NET Using a NuGet package
7 NET Unit testing
8 NET Publishing an app