Skip to content

Commit

Permalink
Updates tutorials/movies/generating_code_for_movie_table.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
volkanceylan committed Sep 12, 2017
1 parent 1f0dc36 commit 6ed2140
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tutorials/movies/generating_code_for_movie_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,15 @@ Connection key is set to the connection key of selected connection string in web
As ASP.NET Core has cross-platform support, .NET Core version of Sergen also needs to run in OSX / Linux / Windows. Thus, its UI is currently console based.

We first need to open a command prompt at project folder. Right click *MovieTutorial.Web* project and click *Open Folder in File Explorer*.

Click *File* menu in file explorer, and click *Open Windows Powershell* or *Open Command Prompt*.

> You may also install this extension (https://marketplace.visualstudio.com/items?itemName=MadsKristensen.OpenCommandLine) to easily open a command line next time. I can't understand why there is still not such an option in Visual Studio itself.
Type `dotnet sergen g` to open Sergen code generation UI (console).

![Dotnet Sergen G](img/dotnetsergeng.png)

### Generating Code for First Page

Expand Down
Binary file added tutorials/movies/img/dotnetsergeng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ed2140

Please sign in to comment.