Separation studio tutorial

broken image

The dotnet new command creates a new Razor Pages project in the RazorPagesMovie folder.

broken image

Run the following commands: dotnet new webapp -o RazorPagesMovie

broken image

Select New Terminal from the Terminal menu to open the integrated terminal.Ĭhange to the directory ( cd) that will contain the project. For more information, see Getting started with VS Code. The tutorial assumes familiarity with VS Code. The following starter project is created:įor alternative approaches to create the project, see Create a new project in Visual Studio. Verify: Do not use top-level statements is unchecked.It's important to name the project RazorPagesMovie, including matching the capitalization, so the namespaces will match when you copy and paste example code. In the Configure your new project dialog, enter RazorPagesMovie for Project name. In the Create a new project dialog, select ASP.NET Core Web App (Razor Pages) > Next. Start Visual Studio and select New project.

broken image