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

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • 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 (1 items)
Copyright © 2009 Sioux Falls .NET User Group
Powered by Community Server (Non-Commercial Edition), by Telligent Systems