Skip to content

Instantly share code, notes, and snippets.

@heardk
Last active December 19, 2016 04:04
Show Gist options
  • Save heardk/4c86b7c9517e3646e7ba3be9a1bf5e2e to your computer and use it in GitHub Desktop.
Save heardk/4c86b7c9517e3646e7ba3be9a1bf5e2e to your computer and use it in GitHub Desktop.
ASP.Net 5 & Visual Studio Code

ASP.Net 5 & Visual Studio Code

Intro Docs

Azure

Entity Framework

Tools

Yeoman

Misc Commands

  • Restore Dependencies dotnet restore
  • Run Application dotnet run
  • PostgreSQL EF Scaffod dotnet ef dbcontext scaffold "Host=localhost;Database=mydatabase;Username=myuser;Password=mypassword" Npgsql.EntityFrameworkCore.PostgreSQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment