Student Library System Development -- 2
Budget: $15 – $25 USD
I need a small-scale Library Management System built with C# and SQL Server that targets just one user group—students. The single workflow I want implemented is book borrowing handled through an online request form.
At minimum, students should be able to:
• Sign in with a basic account
• Search or browse the book catalogue
• Submit an Online request to borrow a selected title
• View a confirmation that their request has been recorded
Behind the scenes the system must store all catalogue data, user accounts and borrow-request records in SQL Server. Clean, parameterised queries or stored procedures are expected so the code is safe and easy to extend later if we decide to add faculty or librarian roles.
Deliverables
• Complete C# source (desktop WinForms/WPF or ASP.NET—your choice)
• SQL Server schema and seed data scripts
• A short README explaining setup, configuration strings and how to run the application
I’ll test by installing from your README, creating a student account, and successfully submitting a borrow request that appears in the database.
At minimum, students should be able to:
• Sign in with a basic account
• Search or browse the book catalogue
• Submit an Online request to borrow a selected title
• View a confirmation that their request has been recorded
Behind the scenes the system must store all catalogue data, user accounts and borrow-request records in SQL Server. Clean, parameterised queries or stored procedures are expected so the code is safe and easy to extend later if we decide to add faculty or librarian roles.
Deliverables
• Complete C# source (desktop WinForms/WPF or ASP.NET—your choice)
• SQL Server schema and seed data scripts
• A short README explaining setup, configuration strings and how to run the application
I’ll test by installing from your README, creating a student account, and successfully submitting a borrow request that appears in the database.