Consider the following A list of approximately 10,000 folders Of these folders, a list of rules determine if they qualify to go to the next stage The rules are a text based comparison such that if folder name contains (...any of the following from a list of exceptions) - such that there is a one to many comparison for each folder, but the folder name string must contain (or must NOT contain) any of the strings it is compared do
I'm relatively new to C# so I'm not entirely sure what's under the hood of each class
Any advice in some general direction would be greatly appreciated.