The Ultimate LINQ with C Masterclass Basics to Advanced

The only LINQ class you will ever need! Both Query and Method Syntaxes are covered in the course!
The Ultimate LINQ with C Masterclass Basics to Advanced
File Size :
1.42 GB
Total length :
3h 52m

Category

Instructor

Tod Vachev

Language

Last update

9/2020

Ratings

4.3/5

The Ultimate LINQ with C Masterclass Basics to Advanced

What you’ll learn

You will understand all LINQ Operations
LINQ Query Syntax
LINQ Method Syntax
LINQ Group Operations
LINQ Join Operations
Set Operations with LINQ Methods
Partitioning Operations with LINQ Methods
Quantifying Operations with LINQ Methods
Aggregation Operations with LINQ Methods
Concatenation Operations with LINQ Methods

The Ultimate LINQ with C Masterclass Basics to Advanced

Requirements

Visual Studio Installed & Experience with Visual Studio
Some Coding Experience with C# is Required – Conditions, Loops, Collections (Lists, Arrays)
Basic knowledge of Object Oriented Programming

Description

In this course you will learn everything you need to know about LINQ Operations and how to perform them.We start off from the most basic operations and build towards more complex ones.Both Query and Method syntax is covered in the course.And of course, all the source code will be provided for each of the sections in the course, in a nicely ordered and structured fashion, so that you can use the code to practice and learn.The course is aimed at students that have some coding experience in general and with C# in particular, a little bit of OOP knowledge is required, for some of the lectures.The topics that we are covering are:LINQ Basics with Query syntax – we will start with the most basic operations with query syntax and build towards more complex ones

Grouping Operations with Query syntax – grouping allows you to group the items in a collection by a given common key, for example to group a list of people by their age. You will learn 5 different types of group operations

Joining Operations with Query syntax – joining allows you to join two different collections by a common key, so its similar to grouping, but it just does it on two collections and not on one. You will learn the 3 major types of join operations and a few of their derivations

The Let keyword – that allows you to create internal variables inside your queries

LINQPad – short introduction to this nice piece of software that you can use while you study LINQ to better visualize the results of the operations

LINQ Basics with Method syntax – here we will reiterate what we have already learned about LINQ but this time you will leran how to perform these operations with Method Syntax. Method syntax makes some of the operations easier to implement than Query syntax

Grouping with Method syntaxJoining with Method syntaxFiltering, Converting and Ordering with Method syntax – while by this point you will already be familiar with the basics of these operations, there are things that need to be considered while performing these operations with Method Syntax. You will learn what are the common pitfalls.

Cool Stuff in LINQ – Finally we will end with some cool operations that we can easily perform by using the LINQ Methods, how we can generate different sequences of numbers, characters, random numbers and many other things. More interesting things like Set, quantify, partition, concatenation and aggregation operations will also be explainedThere are tons and tons of tutorials on Youtube and other websites, so why would you have to pay for this course?The answer is very simple, in this course you will get every single lecture systemized in such way, that it ensures smooth transition between the previous and the following topic. Guaranteeing great learning experience.There are no stones left unturned, everything is explained in great detail (but not too much, that would be boring 🙂 )The video lectures in the course are produced with the highest possible audio and video quality. No static noises to disturb you while you watch the videos, no blurry images, everything is crystal clear with crisp audio!

Overview

Section 1: Introduction

Lecture 1 Introduction

Lecture 2 BONUS: Useful Shortcuts and General Quality Code Tips PDF

Section 2: Basic LINQ Query

Lecture 3 What is LINQ, Where does it Apply and How to Use it?

Lecture 4 IEnumerable

Lecture 5 LINQ Examples – Where, Select, Sorting, Multiple Conditions and More

Lecture 6 LINQ Queries on Objects

Lecture 7 Creating/Extracting New Objects with LINQ Queries – Select New

Lecture 8 The let Keyword – Internal Variables and Multiple from

Lecture 9 LINQ Examples – Source Code

Section 3: LINQPad Supportive Tool

Lecture 10 LINQPad Introduction – Help Yourselves While Studying LINQ!

Section 4: Grouping LINQ Queries

Lecture 11 Introduction to Grouping – group, by

Lecture 12 Group by Multiple Keys

Lecture 13 Extend a Group Query With into

Lecture 14 Grouping with Custom Keys

Lecture 15 How Many Items In Each Group?

Lecture 16 Grouping Source Code

Section 5: Joining LINQ Queries

Lecture 17 Basic Join and Inner Join of Objects with LINQ Query – join

Lecture 18 Inner Join with Composite Key

Lecture 19 Group Join and Inner Group Join

Lecture 20 Left Outer Join

Lecture 21 Join Source Code

Section 6: Introduction to LINQ with Method Syntax (Lambda Operators)

Lecture 22 Introduction to Method Syntax with Lambda Operators

Lecture 23 The Difference Between Select and Where in Method Syntax

Lecture 24 Short ForEach with Lambda and Linq Method

Lecture 25 Source Code

Section 7: Grouping with Method Syntax (Lambda Operators)

Lecture 26 Grouping Introduction and Grouping by MultiKey

Lecture 27 Grouping by Custom Keys and Custom Final Objects

Lecture 28 Source Code

Section 8: Joining with Method Syntax (Lambda Operators)

Lecture 29 Inner Join and Composite Join

Lecture 30 Group Join and Group Inner Join

Lecture 31 Left Outer Join – Anonymous and Type Final Objects

Lecture 32 Source Code

Section 9: Filtering, Converting and Ordering – Method and Query Syntax

Lecture 33 Filtering a Collection by The Type of The Items in it

Lecture 34 Filtering with “Where” and Things To Consider

Lecture 35 Converting To Lists, Arrays and From One Type to Another

Lecture 36 Ordering with Method Syntax – Common Pitfall

Lecture 37 Filtering, Converting and Ordering – Source Code

Section 10: Cool Stuff in LINQ

Lecture 38 Generating Sequences – Enumerable.Range

Lecture 39 Checking Collections for Equality

Lecture 40 Set Operations – Distinct, Intersect, Union, Except

Lecture 41 Quantifying Operations – All, Any, Contains

Lecture 42 Partitioning Operations – Skip, Take, SkipWhile, TakeWhile

Lecture 43 Concatenating Collections – The Concat Method

Lecture 44 Aggregation Operations – Aggregate, Sum, Min, Max

Lecture 45 Cool Stuff in LINQ – Source Code

Section 11: Bonus Section

Lecture 46 Bonus Lecture: Get my other courses with discount!

People that want to improve their skills with Collections,People that want to learn the Ins and Outs of LINQ

Course Information:

Udemy | English | 3h 52m | 1.42 GB
Created by: Tod Vachev

You Can See More Courses in the Developer >> Greetings from CourseDown.com

New Courses

Scroll to Top