Are there any tools that could analyze code and suggest rewrites that 开发者_JS百科use Linq?
ReSharper includes some "Upgrade to LINQ" functionality, I've never used it, but it may be useful: http://www.jetbrains.com/resharper/whatsnew/index.html#code_analysis
You could try using LINQPad - it supports intellisense (paid version) and can express a code fragment you write using various syntaxes.
精彩评论