Is there any particular reason that you reject using all benefits a relational database offers, and strictly want to significantly influence your performances with custom file-based storage?
- Goran On Mon, Jan 26, 2009 at 3:15 AM, Mark <[email protected]> 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! > > Mark >
