LINQ Fundamentals with C# 6.0

Pluralsight
Course Summary
Big changes have been made to C# thanks to LINQ. This course will give you everything you need to work with the Language Integrated Query (LINQ) features of C#, using practical examples and demonstrating some best practices.
-
+
Course Description
LINQ introduced radical changes to the C# language. In this course, LINQ Fundamentals with C# 6.0, you'll see features of the C# language that make LINQ work, as well as how to use LINQ effectively using practical examples. You'll start with seeing a demonstration of the power of LINQ along with some of the important features of the C# language for LINQ, including how to create and use extension methods and lambda expressions. Next, you'll focus on the behavior of LINQ queries and start to work with realistic data to learn how to filter, order, and project data. Finally, you'll see some demonstrations on how to use LINQ to XML as well as, how LINQ works with a remote datasource by using the Entity Framework against Microsoft SQL Server. By the end of this course, you'll be ready to process and query in-memory data, as well as work with XML and a SQL Server database.
-
+
Course Syllabus
Course Overview- 1m 25s
—Course Overview 1m 25sAn Introduction- 14m 6s
—The Start 0m 31s
—What is LINQ? 1m 28s
—Writing a Report without LINQ 7m 11s
—Writing a Report with LINQ 3m 46s
—The Roadmap 1m 9sLINQ and C#- 45m 54sLINQ Queries- 37m 19sFilter, Ordering & Projecting- 43m 5sJoining, Grouping & Aggregating- 48m 43sLINQ to XML- 32m 46sLINQ and the Entity Framework- 39m 40s