Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assessment purpose: This assessment will allow students to demonstrate that they can develop dynamic website using ASP.NET Data Controls. Students are required to develop, test

Assessment purpose: This assessment will allow students to demonstrate that they can develop dynamic website using ASP.NET Data Controls. Students are required to develop, test and maintain a dynamic Internet application for business using an integrated suite of software tools. This assessment contributes to learning outcomes b, c, d and e.
Value: 35% Due date: Week 12
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, 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

Database Programming Languages 12th International Symposium Dbpl 2009 Lyon France August 2009 Proceedings Lncs 5708

Authors: Philippa Gardner ,Floris Geerts

2009th Edition

3642037925, 978-3642037924

More Books

Students also viewed these Databases questions