How to Create a new Solution and Projects using dotnet CLI

added by DotNetKicks
8/17/2021 11:39:21 PM

1165 Views

I create a lot of samples, demos, open source projects, etc. and I like to use the fairly standard repository layout of having a solution file in the root and project files in a src subfolder. Achieving this in Visual Studio is tedious, but fortunately this series of dotnet CLI commands quickly create the structure for you.


0 comments