Course Information
Course Overview
Learn .NET's secret sauce for querying collections and databases
This is a comprehensive course on a technology called Language Integrated Query (LINQ). LINQ is a core part of .NET that is responsible for helping us iterate through, filter, search, transform and manipulate collections, be it local objects (arrays, lists, etc.) or remote objects (e.g., databases).
This course covers:
- What LINQ is, how it's implemented and what interfaces it uses
- Main LINQ operators (there are lots of them!)
- Using LINQ to query databases (LINQ to Entities)
- Technologies with LINQ support (e.g., LINQ to XML)
- Parallel LINQ (PLINQ) and how to use it to parallelize your queries
- Extra topics (e.g., LINQ tool support in Rider/ReSharper, using MoreLINQ)
Course Content
- 6 section(s)
- 42 lecture(s)
- Section 1 Introduction
- Section 2 Getting Started with LINQ
- Section 3 Linq Operators in Detail
- Section 4 LINQ and Databases
- Section 5 Parallel LINQ
- Section 6 Extra Topics
What You’ll Learn
- Create and execute LINQ queries on data sets
- Perform ad hoc data queries on in-memory and external data sources
- Query databases
- Write your own LINQ operators
- Use advanced libraries and approaches for data querying
Skills covered in this course
Reviews
-
JJohan van Wyk
Easy and fantastic
-
DDivya Srirangapatna jaikumar
Great learning
-
SSalman Farsi
I really like this course it helps me to improve lot of my LINQ concepts also helps me how to use the LINQ. Thank you Dmitri for such a great course.
-
LLoksai Pothineni
Great Course to learn LINQ with all scenarios covered and it is so helpful