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
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