- Create a new application using
dotnet new winforms
- Run the application using
dotnet run
- Inspect the code, modify and re-run if desired.
- Create a new application using
dotnet new wpf
- Run the application using
dotnet run
- Inspect the code, modify and re-run if desired.
- Follow the steps in this tutorial.
- If time permits, follow this more in-depth tutorial: https://aka.ms/porting-to-netcore3