Browse by Tags - dotnet.org.za
in

dotnet.org.za

South African .NET Developer Portal
All Tags » LINQ » .NET (RSS)

Browse by Tags

  • Using Linq to Filter a list

    So yesterday I made this post on applying a filter or map on a list.  Now let’s have a look at how we can do this with Linq. First the list: List< string > list = new List< string >(); list.Add( "Anne" ); list.Add( "Brian" ); list.Add( "Pieter" ); list.Add...
    Posted to Peter's Software House (Weblog) by Pieter on 08-18-2008
  • Continuous LINQ

    I was looking for something totally unrelated, but I found the very interesting Continuous LINQ . “Continuous LINQ is a .NET Framework 3.5 extension that builds on the LINQ query syntax to create continuous, self-updating result sets. In traditional LINQ queries, you write your query and get stale results...
    Posted to Peter's Software House (Weblog) by Pieter on 06-12-2008
  • Unified C# Language Specification

    The Unified 3.0 C# Language Specification which combines the 1.1, 2.0 and 3.0 evolutions of the language into a single volume is available for download. This document covers every aspect of the C# language and apart from being free is also a better reference than any book you can buy. Here you will find...
    Posted to Impersonation Failure (Weblog) by Armand du Plessis on 08-21-2007
  • LINQ Talk

    I'll be giving a talk on LINQ at the May SADeveloper meeting at Torque IT in Rivonia tomorrow evening. Please feel free to drop by if you're in the area. To RSVP just leave a comment or reply to the events thread over here . When: 9th May 2007 18:30 - 20:30 Venue: Torque IT, Rivonia ( directions...
    Posted to Impersonation Failure (Weblog) by Armand du Plessis on 05-08-2007
  • Hooked on LINQ

    Troy Magennis's LINQ Wiki " Hooked on LINQ " is up to a 100 pages now. If you're looking for any info on LINQ his Wiki should be the first place to start.
    Posted to Impersonation Failure (Weblog) by Armand du Plessis on 02-19-2007
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems