Question: Implement this in c# ASP.NET . Post your code and output Design an Online Library System Your Library will have a different kinds of resources.

Implement this in c# ASP.NET . Post your code and output

Design an Online Library System

Your Library will have a different kinds of resources. Available resources should be grouped in categories based on their types. E.g. Reading resources, Audio, Video. Some example of resources would be: - Books - Magazines - DVDs - Blurays - Music CDs - Records - Video Games (CDs) - Etc. There might be multiple copied of one resource available in the library.

New types of resources can be added in the future. The design should allow for addition of new library resources with minimum code change.

System should allow users to search in different categories and request checkout. If an item has already been checked out by another user, other users can still request to be added to waiting list for the item and be the next in line to receive the item.

System will support delivery through 3rd party systems. The library system will send a request to a partner delivery system to pass the item details and user information. The delivery company will pickup the item from the library and deliver it to the user.

Library system will require users to be register and login.

Users should be able to view the status of their requests.

Library maamager should be able to view list (online report) of checkedout books and their status: checked-out, delivered to user, in shelf, etc.

Library manager should be able to search and view a list of users and to also view the borrowed items by a user.

DO NOT IMPLEMENT THIS IN C++ IMPLEMENT IN C#

This is the the elaborated project

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!