This project will allow the user to access an album collection, add newly acquired albums to the collection, and keep track of albums that have been lent out to friends.
A console application written in C#, using the .NET framwork and a custom dataset.
- add albums into the library
- remove albums from the library
- check out an album
-[X] read from file
-[X] create Album class
-[X] create menu to access input data
-[X] create method to add an album to collection
-[X] create method to remove an album from the collection
-[X] Bonus: create feature that allows borrowed albums to be tracked, ie. edit data to show if an album has been "check out" and who borrowed it.