This web application is an example Microsoft ASP.NET MVC Web Application that will be used in the Cosairus Code and Load presentation on November 27th, 2018 at the University of West Georgia.
The client has requested that the book search on the homepage be able to search on ISBN number. Implement the new feature on the book search stored procedure.
The client has asked that the book search on the homepage should only show in-stock books by default. They still want to be able to search on out of stock items though. Update the Book Search stored procedure to include a new flag only show in-stock items. Update the homepage to include a new checkbox to search on in-stock items only and pass the value to the stored procedure.
The client has noted that ever since the Book Inventory functionality was implemented the delete function stopped working. Investigate and resolve.
Bonus Points: Implement the Book Delete function with a stored procedure.