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

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Layered Architecture Sample for .NET

    I am a fan of the Paladin project (by Firedancer ). She has even demoed it to the local SG community when she visited SGDOTNET a few years back. After Paladin, another project that she was working on was a demo for an expense approval application. The application leverages on the new features in.Net...
    Posted to Humble Abode (Weblog) by weehyong on 05-28-2008
  • 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
  • LINQ Adventure 2 - Standard Query Operators - OfType Operator

    Now I am moving towards the Standard Query Operators in LINQ programming. Things are getting more interesting this time. Question: What is OfType Operator? Answer: OfType operator enables you to restrict or focus on a specific result set, say you only want all the possible integers which are available...
    Posted to Wen Ching's Blog (Weblog) by chuawenching on 10-14-2005
  • LINQ Adventure 1 - Playing with XLINQ

    Another new Wow from me on this topic. It was getting more fun and interesting on LINQ programming. However, most of the things here can be learned from the hands on lab. I am trying to grasp the idea behind LINQ by blogging it. 1) Below is how you can create a simple xml document and display it on the...
    Posted to Wen Ching's Blog (Weblog) by chuawenching on 10-14-2005
Page 1 of 1 (5 items)
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems