Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C# Linq Guide

Posted By: ELK1nG
C# Linq Guide

C# Linq Guide
Published 5/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 538.34 MB | Duration: 1h 14m

Learn Querying with LINQ, C#.

What you'll learn

Querying with LINQ

Sorting, Filtering, Grouping using LINQ

Projection, Partitioning, Aggregation and much more using LINQ

Few use cases of LINQ

Requirements

C#

Description

(LINQ) or Language-Integrated Query  is the name for a set of technologies based on the integration of query capabilities directly into the C# language. In this tutorial, we will learn how top perform operations such asSortingSet OperationsFiltering OperationQuantifier OperationsProjection OperationPartitioning the dataJoining the objectsGrouping the dataGeneration operationsElement Operations Concatenation of data/objectsAggregation functionsAnd Few use cases of LINQ such as finding largest file from a folder, finding specific files and much more.Different languages have been developed over time to access data from various sources. For example, to access data from sql server, we have SQL also called as Structured Query Language.Similarly, to access data from XML, we have something called Xquery.A query is an expression that retrieves  data from a data source.Different languages have been developed over time to access data from various sources. For example, to access data from sql server, we have SQL also called as Structured Query Language.Similarly, to access data from XML, we have something called Xquery.All LINQ query operations consist of three distinct actions:1 Obtaining the data from source.2 Creation the query.3 Execution the query.

Overview

Section 1: Introduction

Lecture 1 Introduction

Lecture 2 Introduction to LINQ

Section 2: Querying with LINQ

Lecture 3 Sorting

Lecture 4 Set Operations

Lecture 5 Filtering

Lecture 6 Quantifier Operations

Lecture 7 Projection

Lecture 8 Partitioning

Lecture 9 Joining

Lecture 10 Grouping

Lecture 11 Generation

Lecture 12 Element Operations

Lecture 13 Concatenation

Lecture 14 Aggregation

Section 3: Few use cases of LINQ

Lecture 15 Find occurrence of a word in a sentence

Lecture 16 Extract numbers from text

Lecture 17 Split data from one file into multiple files

Lecture 18 Get specific files from a folder

Lecture 19 Get largest file from a folder

Beginner C# and .NET Developers