rayanelhajj / HotelBooking_Layered

Layered ASP.NET Core MVC implementation of hotel booking application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HotelBooking_Layered

Layered ASP.NET Core MVC implementation of hotel booking application, where dependency injection has intentionally been left out.

The solution consists of the following projects:

HotelBookingStartupProject: An ASP.NET Core 2.1 project containing the user interface code.

HotelBooking.BusinessLogic: A .NET Core 2.1 Class Library project containing the business logic.

HotelBooking.Data: A .NET Core 2.1 Class Library project containing the data access code.

HotelBooking.Models: A .NET Standard 2.0 Class Library project containing the model classes.

About

Layered ASP.NET Core MVC implementation of hotel booking application


Languages

Language:C# 98.8%Language:CSS 1.2%Language:JavaScript 0.1%