lordkiwi
New Member
USA
99 Posts |
Posted - 12 Oct 2010 : 03:04:19
|
I am taking a stab at coding an application that would automaticly sort media into locations based on what ever rules I decide. ie first by genera, boxset title, year. Im strugling to get my mind around navigating datasets. My question is how would you go about mining though the data for the mataches. So far my research has let me to a few methods, 1. foreach though everything till I find what I want and figure out a structure to store my changes in. 2 use LINQ to build the query's for data, or 3 go back basics and build SQL queries directly. What sort of data structure would you use to hold the relavent information about your matches in the intermediate steps.
|
"Computer games don't effect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkend rooms, munching magic pills and listening to repetitive electronic music" (Kristian Wilson, Nintendo, Inc 1989 |
Edited by - lordkiwi on 12 Oct 2010 03:04:53 |
|