Presentation: 30/03/2008 - Adelaide Happens - LINQ
Posted on March 30th, 2008 by Paul Stovell
This afternoon I spoke about LINQ at the ADNUG Happens event. I covered:
- How we got to LINQ: IEnumerable, Anonymous Delegates, Generics
- New features that enable LINQ: Extension methods, generic parameter interference, lambda expressions, anonymous types
- What LINQ is
- LINQ flavours:
- LINQ to Objects
- LINQ to XML
- LINQ to SQL
- LINQ to CRM (open source)
The slides and code are on Subversion:
http://svn.paulstovell.net/Presentations/LINQ/
Here are the links from the last slide:
I made a number of suggestions during the talk about my opinions on the VB.NET language. Upon receiving death threats from various VB.NET fans in the audience, I wish to apologise for those statements
Filed under: Presentation

