Silverlight / WPF

T16 Improve Your Code with Anonymous Types and Lambda Expressions

08/07/2012

4:15pm - 5:30pm

Level: Introductory to Intermediate

Deborah Kurata

Deborah Kurata

Microsoft MVP and Google Developer Expert

Easily bind your WinForms, WPF, or Silverlight UI to any set, subset or joined set of data using anonymous types and Lambda expressions. This session will show you how.

We'll start with an overview of anonymous types and how to use them in grouping and binding data. Then we'll look at Lambda expressions and how to use them to filter, sort, and search through your data. Along the way, we'll cover tips and tricks for improving your code with anonymous types and lambda expressions.

You will learn:

  • Understand the benefits and limitations of anonymous types
  • Learn syntax and best practices for working with Lambda expressions
  • Improve your code by leveraging the power of anonymous types and Lambda expressions