Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.46 KB

File metadata and controls

35 lines (26 loc) · 1.46 KB
title author description ms.author ms.date monikerRange uid
Tutorial: Create a Razor Pages web app with ASP.NET Core
wadepickett
This series of tutorials explains the basics of building a Razor Pages web app.
wpickett
06/23/2024
>= aspnetcore-3.1
tutorials/razor-pages/index

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.

Sample page of sample app

Sample edit validation of sample app