LINQ in Action roller

Browse by Tags

All Tags » Data » Rave » Code   (RSS)

  • Oops, we did it again

    A new update to LINQ preview is available at MSDN site. What's the coolest new feature? IMHO, its IQueryable<T>. DLINQ's query mechanism has been generalized and available for all to use as part of System.Query. It implements the Standard Query Operators for you using expression nodes to represent the query. Your queries can now be truly polymorphic, written over a common abstraction and translated into the target environment only when you need it to. public int CustomersInLondon( IQueryable Read More...

Featured Item

This Blog

Sponsoring

Syndication