Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahirsalahin/media-inventory
https://github.com/mahirsalahin/media-inventory
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahirsalahin/media-inventory
- Owner: MahirSalahin
- Created: 2023-11-12T19:21:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T19:51:10.000Z (about 1 year ago)
- Last Synced: 2024-11-21T10:46:50.740Z (about 1 month ago)
- Language: C#
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Media Inventory
In this C# project, a *Media Inventory* is implemented where the medias are Book, CD and DVD. User can Add, Remove, Update and Filter Medias.\
### There are seven cs files.
- *Media* is the parent class of *Book*, *CD* and *DVD*
- *LINQ_Operarions* is the file where all the queries are done.
- *MediaInventory* is the class where the functionalities of media inventory lies.
- The driver class lies within the file *Program*. User interactions are done here.