1
votes
votes
2 answers
Creating a triple-string dictionary class
Hi, I'm not a fan of making databases but this project requires that I make one. While there are multiple solutions I could use, the easiest method I devised would be using a dictionary with two keys and one value, such as: Dictionary<st ...
