I've been developing websites for how long, I don't even know how to
tackle this problem in a C# windows app.

I have to classes, ClassA and ClassB, with a many-to-many
relationship. Given an instance of ClassA, I need to be able to pull
up all the ClassBs that it has, and vice-versa. I don't want to run a
SQL server on my computer... there has to be a way to do this with
flat files? We're looking at a few thousand instances of each.

Any tips would be appreciated. Thanks!

Mark

Reply via email to