Language Integrated Query (LINQ) introduces fundamental changes to the techniques .NET developers will use to access data. LINQ brings general-purpose query facilities to the .NET framework and allows a developer to query data inside of in-memory objects, data inside of relational databases, and data inside of XML using a uniform API and syntax. This course will cover the basics of working with LINQ and C#.
Overview
Language Integrated Query (LINQ) introduces fundamental changes to the techniques .NET developers will use to access data. LINQ brings general-purpose query facilities to the .NET framework and allows a developer to query data inside of in-memory objects, data inside of relational databases, and data inside of XML using a uniform API and syntax. This course will cover the basics of working with LINQ and C#.
Syllabus
- Course Overview 1min
- An Introduction 14mins
- LINQ and C# 45mins
- LINQ Queries 37mins
- Filter, Ordering & Projecting 43mins
- Joining, Grouping & Aggregating 48mins
- LINQ to XML 32mins
- LINQ and the Entity Framework 39mins
Taught by
Scott Allen