Skip to content

Instantly share code, notes, and snippets.

@otaviolarrosa
Last active September 16, 2018 17:45
Show Gist options
  • Save otaviolarrosa/b745de763301ded20c6405948601693d to your computer and use it in GitHub Desktop.
Save otaviolarrosa/b745de763301ded20c6405948601693d to your computer and use it in GitHub Desktop.
mkdir MySqlSample
cd MySqlSample
dotnet new sln
mkdir src
cd src/
mkdir MySqlSample.Api
cd MySqlSample.Api/
dotnet new webapi
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment