feliperomero3 / AspNetCoreRazorPagesBook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

Screens

Home page

License

MIT License

Copyright © 2023 Felipe Romero

About

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

License:MIT License


Languages

Language:C# 66.8%Language:HTML 31.7%Language:CSS 0.9%Language:JavaScript 0.6%