Sioux Falls .NET User Group
It's a .NET User Group in Sioux Falls, SD
All Tags » lambda (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: Some ideas for C#

    To all those snooping: Dave and I were talking about this a little on Instant Messenger and got into the discussion about how ForEach operator of lists is designed to cause side effects . Functional purists find this behavior anathema. Eric Lippert came up as a part of that discussion. I saw the Eric...
    Posted to General (Forum) by David Seruyange on 22 May 2009
  • Some ideas for C#

    Have you found yourself writing C# code like the following: var query = from n in Enumerable.Range(1, 10) where (n % 2) == 0 select n; foreach(var n in query) { Console.WriteLine(n); } Wouldn't it be nice if the language allowed you to skip the local query variable and express yourself like so: foreach...
    Posted to General (Forum) by Dave Brue on 18 May 2009
Page 1 of 1 (2 items)
Copyright © 2009 Sioux Falls .NET User Group
Powered by Community Server (Non-Commercial Edition), by Telligent Systems