Monday, January 14, 2008

using System.Linq, sometimes more isn't better

I definitely need to spend more time to see the light about Linq.

I feel so confused now when I open intellisense to a cacophony of 68 members on a simple array.



...and feel so much better when I remove "using System.Linq;" and get back to my comforting 20.

3 comments:

Anonymous said...

Extension methods should be in some kind of submenu in that intellisense list.

JFo said...

Here here!

Totally agreed - I think it should also show where the extension method came from.

JFo said...

This is logged as a
suggestion
, if you want to add your own two cents.