Back to Aspnetcore

Tutorial: Create a Razor Pages web app with ASP.NET Core

aspnetcore/tutorials/razor-pages/index.md

latest1.3 KB
Original Source

Tutorial: Create a Razor Pages web app with ASP.NET Core

[!INCLUDE]

This series of tutorials explains the basics of building a Razor Pages web app.

For a more advanced introduction aimed at developers who are familiar with controllers and views, see xref:razor-pages/index.

[!INCLUDE Choose web UI]

This series includes the following tutorials:

  1. Create a Razor Pages web app
  2. Add a model to a Razor Pages app
  3. Scaffold (generate) Razor pages
  4. Work with a database
  5. Update Razor pages
  6. Add search
  7. Add a new field
  8. Add validation

At the end, you'll have an app that can display and manage a database of movies.

:::image type="content" source="~/tutorials/razor-pages/search/media/search-string-ghost.png" alt-text="Sample page of sample app.":::

:::image type="content" source="~/tutorials/razor-pages/validation/media/validation-errors.png" alt-text="Sample edit validation of sample app.":::