✅ CODE REVIEW ASP.NET CORE MVC PROJECT
Hello everyone,
I am trying to develop an ASP.NET Core MVC project using C#, Entity Framework Core, MS SQL Server but I've got to some point and now I am stuck. This is a senior project that I needed to do for my course but I didn't manage to do it on time and now I am trying to figure out on my own how to get it done...This is my first big project so I am still learning... The project is compiling, there are no errors, everything works but I've got out of ideas how to proceed to satisfy the requirements for the project. I am trying to develop some kind of guest reservation system for a hotel. My database entities are : Booking,Guest, Hotel, HotelRoom, Payment, Room, RoomType, Staff. There is a requirement that we need to have at least 6 entity models, 6 controllers and 15 web pages(views). I think I have satisified the requirement for the models and the web pages, the only thing left is the controller logic. I have 3 controllers so far - HotelController, GuestController, BookingController. I am attaching the requirements and my github repo for the project... Thanks in advance to anyone that shows interest. 🙏
Github Repo: https://github.com/Dimitar47/SoftUni-CSharp-Courses/tree/main/ASP.NET%20Core%20Advanced/17.%20Project%20Defense/HotelApp
GitHub
SoftUni-CSharp-Courses/ASP.NET Core Advanced/17. Project Defense/Ho...
This is a repository for my SoftUni Courses. Contribute to Dimitar47/SoftUni-CSharp-Courses development by creating an account on GitHub.
1 Reply
Unknown User•4w ago
Message Not Public
Sign In & Join Server To View