Dictionary in C# Simple implementation of a Dictionary in C# to translate words. install, compile & run install c# on ubuntu: sudo apt install mono-mcs compile: mcs translate.cs run: mono translate.exe References: Dictionary Class MSDN Dictionary Dot Net Perls