.NET Core - Lunch and Learn
.NET Core - Lunch and Learn - Session 1 Agenda: What is .NET Core Install .NET Core SDK Use Command Line Options Visual Studio Code Install & use IDE Run / Debug Visual Studio 2017 XXX What is .NET Core .NET Core is a general-purpose development platform maintained by Microsoft and the .NET community on GitHub . It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. The following characteristics best define .NET Core: Flexible deployment: Can be included in your app or installed side-by-side user- or machine-wide. Cross-platform: Runs on Windows, macOS and Linux; can be ported to other operating systems. The supported Operating Systems (OS) , CPUs and application scenarios will grow over time, provided by Microsoft, other companies, and individuals. Command-line tools: All product scenarios can be exercised at the command-line. Compatible: .NET Core is compa...