INVENTORY MANAGMENT SYSTEM
A system for managing a inventory of products using binary serialization to save and load data to and from the local storage. This implements some basic implementations of class usage, IO streams, and binary object encryption. This project was built in C# using Visual Studio.
Latest Version: v1.0

A system for managing a inventory of products using binary serialization to save and load data to and from the local storage. This implements some basic implementations of class usage, IO streams, and binary object encryption. This project was built in C# using Visual Studio. Binary object serialization has since been depriciated, its now common practice to use json or xml schemas to store your object data.
Click Here to visit the github repository for this project.