Skip to content

This project is a Library Management System developed using ASP.NET Razor Pages for the web interface and ADO.NET for database interaction. The system allows users (librarians and visitors) to manage books, borrowers, and transactions in a library setting.

Notifications You must be signed in to change notification settings

Bodeayman/ReadSphere-V2-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

CREATE TABLE BooksPossess ( OwnerId INT, BookId INT,

FOREIGN KEY (OwnerId) REFERENCES [User](User_id),
FOREIGN KEY (BookId) REFERENCES Book(book_id)

); if you are testing with the database , you have to add this

About

This project is a Library Management System developed using ASP.NET Razor Pages for the web interface and ADO.NET for database interaction. The system allows users (librarians and visitors) to manage books, borrowers, and transactions in a library setting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published