On Sun, 2009-01-25 at 18:15 -0800, Mark wrote: > 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!
I'd use DB4o; very simple, pretty good performance, and *zero* fuss. <http://www.db4o.com/>
