Skip to content

Instantly share code, notes, and snippets.

@YhorbyMatias
Created February 6, 2018 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YhorbyMatias/13f0ad6b4040c6d03b076f880df87879 to your computer and use it in GitHub Desktop.
Save YhorbyMatias/13f0ad6b4040c6d03b076f880df87879 to your computer and use it in GitHub Desktop.
Comando ASPNET CORE generar razor
dotnet restore
dotnet aspnet-codegenerator controller -name MoviesController -m Movie -dc MvcMovieContext --relativeFolderPath Controllers --useDefaultLayout --referenceScriptLibraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment