SgDotNet
Singapore Professional .NET User Group -For Cool Developers
All Tags » LINQ (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Re: LINQ Techniques

    hannes: Here is a nice use of Union which cuts out a bit of code. The scenario is that default values need to be added to a list where no value has been defined (in this example for each FeeID). IEnumerable<Fee> feeOverrides; // set to some list IEnumerable<Fee> feeDefaults; // set to some...
    Posted to General (Forum) by hendry on 04-25-2008
  • LINQ Techniques

    An example of what you can do with LINQ(code snippets): SortedDictionary<int, Customer> customers = new SortedDictionary<int,Customer> { {1,new Customer{Name="John",Age=13,Gender="M"}}, {2,new Customer{Name="Mary",Age=25,Gender="F"}}, {3,new Customer...
    Posted to General (Forum) by hendry on 04-14-2008
Page 1 of 1 (2 items)
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems