Skip to content

GaneshJadhavOnGitHub/CLIApp-PhoneDirectory-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIApp-PhoneDirectory-CSharp

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages