Step
1

Use
"What's Next?"
From the "What's Next" form, you have quick access to some code generation stencils. This form simply provides a quick way to get started using the application. As you become more familiar with CodeStencil you can ditch using this approach and create a project manually from File | New Project
For now, we will be creating an ASP .NET Razor Pages CRUD app.
For now, we will be creating an ASP .NET Razor Pages CRUD app.
Step
2

New Project
You create a new project.
Step
3

Project Details
Enter the Project Details.
The ASP Razor Stencil is pre-selected for you.
The ASP Razor Stencil is pre-selected for you.
Step
4

Step
5

Generate
Click on the "Play" icon to generate your code.
Step
6

Build & Run Your Application
After your code is generated, you have the option of :
(1) Opening your solution in Visual Studio
(2) Opening your solution in VS Code
(3) Running the application with Dotnet RUN
(1) Opening your solution in Visual Studio
(2) Opening your solution in VS Code
(3) Running the application with Dotnet RUN