2
votes
5answers
316 views
In C#, is there out-of-the-box way to build a 3-way lookup table?
I have an in-memory "table" that might looks something like this:
Favorite# Name Profession
--------- ---------- ------------------
3 Names.Adam Profession.Baker
9 …
