Course Information
Course Overview
LINQ to Entities, LINQ to Objects, LINQ to XML, Functional Programming and LINQ
Extension methods were introduced in C# 3 and since then became an indispensable part of the .NET platform. That enormously powerful feature allowed to build a whole framework built upon it called LINQ or Language Integrated Query. I’ve seen many code bases which avoid using LINQ and rely on old procedural style of programming. If you still feel yourself uncomfortable with LINQ or you want to improve your understanding of LINQ, then this course is for you. As you might know, LINQ was inspired by functional paradigm and F# in particular. So, this course is not only about LINQ but about the fundamentals of functional programming as well.
This course covers:
The basics of LINQ: extension methods, the idea of pipelining, IEnumerable, implementing our own extension, query syntax, pitfalls of LINQ operations, how to alter a list
Generating data streams: Enumerable class and its main operations, implementing your own extension which generates a stream of data
Filtering, Ordering, Projecting: Parsing a CSV file, ThenBy, First, Last, Single, TakeWhile, SkipWhile,Any, All, Contains, SequenceEqual, Select and SelectMany
Joining, Grouping, Aggregating: Join, Group, GroupJoin, Zip, Sum, Average, Min, Max
Conversions: OfType, Cast, ToArray, ToList, ToDictionary, ToLookup, AsEnumerable, AsQueryable
LINQ to XML: overview, generating XML from a collection, reading XML
EF and LINQ: Expression Trees, Inserting into and Reading from a database
Extendibility in C#: what is functional programming (FP), purity and side effects, extending IDisposable, general-purpose extensions, extending StringBuilder, Primitive Obsession
In short, this is a great course, so enroll right now and start learning LINQ and the fundamentals of functional programming.
Course Content
- 9 section(s)
- 73 lecture(s)
- Section 1 Before taking the Course
- Section 2 Introduction to LINQ
- Section 3 Generating Data Streams
- Section 4 Filtering, Ordering, Projecting
- Section 5 Joining, Grouping, Aggregating
- Section 6 Conversions
- Section 7 LINQ to XML
- Section 8 LINQ to Entities
- Section 9 Extendibility in C#
What You’ll Learn
- Understand all the LINQ operations
- Filtering, Ordering, Projecting with LINQ
- Aggregating with LINQ
- Joining, Grouping, Aggregating with LINQ
- Converting with LINQ
- Generate Data Streams
- LINQ to XML
- LINQ to Entities
- Fundamentals of Functional Programming
Skills covered in this course
Reviews
-
SSsemakula Mukiibi
Seems to skip concepts. Can be rather hard to relate to, especially given that quite a lot of times he introduces code without explanation. Still does explain the basics somewhat.
-
VVladyslav Kryshevsky
I finished the course, I would like to note that the topic of LINQ is covered perfectly. Other additional topics were also covered and some pitfalls in certain code implementations were solved.
-
YYogindra Singh
Example is being mismatching and bit confused .. navigation is creating difficulty to understand in well manner. Tab navigation should be lesser while practical example to have a mature understanding.
-
AAlexander Stark
Der Kurs ist wirklich super. Es wird alles ausführlich erklärt. Das schöne ist, dass die Videos sehr kurz sind, dadurch hat man den Vorteil, wenn man etwas nachschauen möchte, kommt man schnell an die gewünschten Informationen. Man muss nicht in langen Videos suchen.