This is the scenario: I have a huge code-base written in .NET 2.0...and sometime back the migration happened to .NET 3.5.
This code-base is both refactored and enhanced as an ongoing maintenance project. I am looking for patterns to identify in code base which are good candidates for LINQ to Objects.
I need pointers for comprehensive analysis in identifying LINQ-to-Object-phillic areas of my code.