A sample catalog solution that consists of two projects:
Console App. Retrieves generates a list of books based on the information retrieved from a json file. You will have 4 choices:
- Browse The Collection
- Search by Author
- Search By Title
- Quit
An ASP.NET Web App. Populates the database with information retrieved from a json file then binds the data to the gridview data source. This uses Entity Framework for data binding.