Desktop Development with .NET Core New Windows Forms application Create a new application using dotnet new winforms Run the application using dotnet run Inspect the code, modify and re-run if desired. New WPF application Create a new application using dotnet new wpf Run the application using dotnet run Inspect the code, modify and re-run if desired. Porting from .NET Framework to .NET Core Follow the steps in this tutorial. If time permits, follow this more in-depth tutorial: https://aka.ms/porting-to-netcore3