Skip to content

Based on the Web Application built in the book 'ASP.NET Core Razor Pages in Action' by Mike Brind.

License

Notifications You must be signed in to change notification settings

feliperomero3/AspNetCoreRazorPagesBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Razor Pages Book

Based on the Web Application built in the Book 'ASP.NET Core Razor Pages in Action' by Mike Brind (Manning, 2022).

City Breaks is a web application for booking short holidays. It covers the topics of using forms and working with data, securing your application and ensuring that it performs well before publishing it.

Prerequisites

  • Visual Studio 2022
  • .NET SDK 6.0.421

Getting started

  1. Clone the project.
  2. Open the solution file src\CityBreaks.sln.
  3. Build the solution.
  4. Press F5 to start the application.

On first launch, the database will be generated by EF Core's EnsureCreatedAsync() method. This will create the database "CityBreaks" and seed it with initial data. Default user credentials are located in CityBreaksContextInitializer.

Screens

Home page

License

MIT License

Copyright © 2024 Felipe Romero

About

Based on the Web Application built in the book 'ASP.NET Core Razor Pages in Action' by Mike Brind.

Topics

Resources

License

Stars

Watchers

Forks

Languages