LINQ in Action roller

IQueryable’s Deep Dark Secret

I love the IQueryable interface, but it’s got a dark checkered past that most of you might not know about. IQueryable is a great way to expose your API or domain model for querying or provide a specialized query processor that can be used directly by LINQ. It defines the pattern for you to gather-up a user’s query and present it to your processing engine as a single expression tree that you can either transform or interpret. It’s the way LINQ becomes ‘integrated’ for many LINQ to XXX products. Yet Read More...
Published Friday, June 01, 2007 1:05 PM by The Wayward WebLog
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication