InfoQ

Presentation

Recorded at:
Recorded at

Behind LINQ - And Beyond

Posted by Mads Torgersen on Nov 04, 2008 04:00 AM

Community
.NET,
Java
Topics
.NET Framework ,
Dynamic Languages
Tags
Metaprogramming ,
PLINQ ,
LINQ ,
LINQ to SQL ,
DLR
Summary
In this presentation from the JVM Languages Summit 2008, Mads Torgersen discusses LINQ, declarative programming and metaprogramming in C#, examples of LINQ syntax and usage, lazy evaluation of LINQ queries, extension methods, lambda expressions, LINQ-to-SQL, LINQ expressions and metaprogramming, expression trees, how the .Net Dynamic Language Runtime (DLR) works, PLINQ, and the future of the DLR.

Bio
A former computer science professor from Aarhus University, Mads joined the C# team at Microsoft as a Senior Program Manager. As a Microsoft Program Manager, Mads is responsible for the LINQ additions to C# shaping its future and the future of programming languages at Microsoft. Mads is a frequent speaker at many technical conferences including JAOO and has been highlighted on Channel 9.

About the conference
The 2008 JVM Language Summit is an open technical collaboration among language designers, compiler writers, tool builders, runtime engineers, and VM architects. The talks inform the audience, in detail, about the state of the art of language design and implementation on the JVM, and the present and future capabilities of the JVM itself.

2 comments

Reply

:) by Ashwanth Fernando Posted Nov 4, 2008 9:23 PM
Re: If only by Marcelo Lopez Posted Nov 5, 2008 10:29 PM
  1. Back to top

    :)

    Nov 4, 2008 9:23 PM by Ashwanth Fernando

    The type inference capabilities of .NET and runtime generic capabilities showcased in this demo seems awesome. If only somehow the JVM could have runtime generics instead of doing the .class whenever you wish to indicate a class to a framework for doing something.

  2. Back to top

    Re: If only

    Nov 5, 2008 10:29 PM by Marcelo Lopez

    If only Linq to SQL weren't being relegated to "all back of the bus" status within Microsoft. Truly a shame....

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.