BehindLINQ

From JVMLangSummit
Revision as of 11:30, 25 September 2008 by Penni (talk | contribs) (New page: == Behind LINQ - and beyond == Mads Torgersen ; Project: Microsoft === Abstract === ; Talk Abstract: Language Integrated Query (LINQ) combines language features and APIs into an open and...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Behind LINQ - and beyond

Mads Torgersen

Project
Microsoft

Abstract

Talk Abstract
Language Integrated Query (LINQ) combines language features and APIs into an open and uniform querying model on .NET.

The new features of C# move the language in a more declarative direction with expression-based initialization, lambda expressions and monadic query comprehensions. We dip our toes in metaprogramming with quoting of code into expression trees.

These characteristics reach beyond LINQ and hint at the future evolution of the .NET languages and platform.
Speaker Notes
The abstract assumes a 60 minute talk

http://wiki.jvmlangsummit.com/pdf/TBD

Author Bio

  • <update the bio here>

Key Issues for Discussion (cooperative)

(please expand cooperatively) Talk:Behind LINQ