The main idea of this project is to implement the diffrent console functionalities and xUnit tests for studing and mastering own skills in basic C# language.
Here is the main list of project content with short description.
-
Simple calculator
Simple calculator wich can make basic math operations: Adding,subtracting, multipling, dividing. -
Task handler v1.0.
Simple manager of tasks limited by days of week. -
Task handler v2.0.
Modified manager of tasks wich capable to keep any tasks assigned by user for certain date. -
Shop project
Console simuator of tech shop wich keeps the certain good objects and simplistic sort of DB. -
ATM Project
Simulator of ATM machine and attached bank to it wich also has simplistic sort of DB and simulates the issuance of credit cards. -
Queue simulator
Simulator of shop counter-chekers made special for comprehending the work of multiple threads. -
Client-Server interaction
Two parts of client and server sides wich special made to understand how sockets and endpoints work.
This project is licensed under the MIT License - see the LICENSE.md file for details.