Category: Developers
Level: 100
Engage yourself in LINQ and change the way you work with data. Query and transform data from in-memory collections, XML sources and relational data with a unified set of tools and language extensions, while writing code that is cleaner, concise and free of fragile, hand-crafted query strings.
In this session, we’ll…
• See how LINQ shifts data operations from an imperative to a declarative style of programming, providing a single, unified approach to querying data
• Use LINQ to query data from different domains, including: In-memory, database, ADO.NET constructs and XML documents
• Explain LINQ fundamentals, including query operators, syntax, anonymous types, inferred relationships and deferred and immediate loading
• Drill into LINQ to Entities and the Microsoft Entity Framework
• Peak at the upcoming PLINQ, or Parallel LINQ extensions, available in VS 2010
You’ll walk-away with a clear understanding of how LINQ can help you write code that is cleaner, shorter and free of fragile, hand-crafted query strings.