Tutorial: Create a Razor Pages web app with ASP.NET Core
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 Introduction to Razor Pages in ASP.NET Core.
This series includes the following tutorials:
- Create a Razor Pages web app
- Add a model to a Razor Pages app
- Scaffold (generate) Razor pages
- Work with a database
- Update Razor pages
- Add search
- Add a new field
- Add validation
At the end, you'll have an app that can display and manage a database of movies.