thatzacdavis / console-dictionary-app

A console application that modifies a dictionary built using .NET 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console Dictionary App

This is a sample console application that modifies a dictionary built using .NET 5.

System Requirements

  1. .NET 5

Running The Application

  1. dotnet run

Running Unit Tests

  1. cd DataLayer.Tests
  2. dotnet test

Available Commands

  1. ADD
  2. KEYS
  3. MEMBERS
  4. REMOVE
  5. REMOVEALL
  6. CLEAR
  7. KEYEXISTS
  8. MEMBEREXISTS
  9. ALLMEMBERS
  10. ITEMS
  11. EXIT

About

A console application that modifies a dictionary built using .NET 5.


Languages

Language:C# 100.0%