Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assessment topic: Create an MVC web application Task Details: You have been selected to build a website for a library. This library has a variety
Assessment topic: Create an MVC web application
Task Details: You have been selected to build a website for a library. This library has a variety of books,
including fiction, nonfiction, and reference books. Your job is to create a library management system that
helps both the librarians and the library members. The system needs to allow users, both library members
and librarians, to log in and use the system. Each user can save their personal information like their name,
contact details, and login details. It's important to make sure that passwords are securely stored using
advanced techniques. Librarians should have the ability to add new books, update book details, and
remove books from the library's collection. However, library members should only be able to view and
manage the books they have borrowed. The system should also generate a summary report that shows
the different types of books available in the library and the number of copies of each type. This report will
help the librarians keep track of the library's inventory.
Library members should be able to borrow books, return books, and see their borrowing history.
Additionally, librarians should be able to manage the borrowing schedule, set limits on how many books
can be borrowed, and track when books are returned. Your goal is to create a userfriendly and efficient
library management system that benefits both the library members and the librarians.
Specific requirements:
Model Design Requirements:
Design your entityrelationship diagram ERD for the classes based on your understanding of
complex entity relationships, including onetoone, onetomany, and manytomany relationships.
The web application should store the information of every class and relationship using forms. For
example, the Person class may have properties such as ID Name, DOB, etc.
Use appropriate data annotation and input validations for the HTML elements in the MVC forms.
You can either use custom or default error messages.
Application Requirements:
The web application must be created using MVC ASP.NET technology using C# for the backend
and SQL express for the database..
The home page must show group details, including student ID and student full names, in a table.
Create model classes that are specific to ERD
All the pages should have a logo and a navigation menu.
Use CSS to use your custom design for the web pages.
The web application must be ready to run without any additional configurations.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started