Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
lordkiwi
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.