LINQ
This page links to the posts I’ve made about LINQ recently. LINQ is highly anticipated in the blogosphere, although there is still more interest in C# 2.0 as people begin the adoption process of the new toolsets. While trawling for new content I’ve found that there’s a lot of repetition of the standard examples from the LINQ project site. This is truly vital for dissemination and adoption, but there’s clearly a need for developers to better understand how this radical new technology is achieved. I’ve been exploring the implementation of LINQ to show how it build on the new features of C# 2.0 to provide a new way of developing for may object oriented developers. Clearly these posts may be invalidated before LINQ is released, but I’ll try to track it till then. Here’s some of what I’ve written on the topic so far.
- LinqToRdf now supported on Visual Studio.Net 2008 beta 2
- Using Mock Objects To Test LINQ Code
- Designing a LINQ Query Provider
- LinqToRdf – Designing a Query Provider
- LinqToRdf Progress Update 2007-06-05
- LinqToRdf – SPARQL Query Generation
- Creating a LINQ Query Provider
- New LINQ Wiki Site Started
- How LINQ Works – Creating Queries
- Automated Parallelization of Sequential Systems
- Thomas Petricek on the Concepts behind C# 3.0
- How LINQ Works – IQueryable
- How LINQ Works – Where
- LINQ & Reflection in C# 3.0
- Using C# 3.0 For Reflection
- Intrusive Technology
- Generic Algorithms in C#
LINQ related posts per day over the last 6 months.