Hi,
I am working on a small educational project to exercise perst.net.
We have a tiny design problem, that is how to best resolve the relation between two classes of objects, that is the participant and championship. It is a many to many relation as participant can take part in many championships and championships can have a multiple participants.
Please advise how to do this best in C#, should I use the 'relational DB like' technical class?