Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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,

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, non-fiction, 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 user-friendly and efficient library management system that benefits both the library members and the librarians.

Specific requirements: Model Design Requirements: Design your entity-relationship diagram (ERD) for the classes based on your understanding of complex entity relationships, including one-to-one, one-to-many, and many-to-many 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Project Management Achieving Competitive Advantage

Authors: Jeffrey K. Pinto

4th edition

133798070, 978-0133798074

Students also viewed these Algorithms questions

Question

Which exceptions does the compiler require you to handle or throw?

Answered: 1 week ago

Question

4. How does light reset the biological clock?

Answered: 1 week ago

Question

21. How does L-dopa relieve the symptoms of Parkinsons disease?

Answered: 1 week ago