A small cross-platform CLI (Command Line Interface) program developed in C# for managing a mobile phone directory. The program performs CRUD operations on consumer names and mobile numbers, by using a custom Linked List for in-memory computation, and File for persistent data storage.
For system requirements, please refer System_Requirements.txt file.
How to run the program?
Clone the repo, compile and run using following commands.
% csc *.cs
Microsoft (R) Visual C# Compiler version 3.9.0-6.21124.20 (db94f4cc) Copyright (C) Microsoft Corporation. All rights reserved.
Above command will generate binary 'PhoneDirectory.exe', then execute using following command
% mono PhoneDirectory.exe
Sample output screens are saved in Output directory.