.NET CLI
Command to create a new Solution + Console
- create a folder called
Delegates - go to the folder
dotnet new console --name Delegatesdotnet new sln --name Delegatesdotnet sln add Delegateadd a Delegates to the solutionstart devenv Delegatesexecute the solution