This repository contains many tests and programs developed during dotnet training on DIO Bootcamps.
The sequence below can be used to create a new solution and projet in dotnet. Note that you need to replace yourProjectName by the name of your project and solution.
-
dotnet new sln -n yourProjectName
-
dotnet new console -n yourProjectName
-
dotnet add sln yourProjectName/yourProjectName.cjproj
-
code . to open VSCode and edit your project