Companies Home Search Profile

C# LINQ Guide

Focused View

Vinay Kumar

1:13:56

67 View
  • 1. Introduction.mp4
    00:45
  • 2. Introduction to LINQ.mp4
    05:33
  • 1. Sorting.mp4
    04:49
  • 2. Set Operations.mp4
    05:01
  • 3. Filtering.mp4
    02:57
  • 4. Quantifier Operations.mp4
    05:48
  • 5. Projection.mp4
    05:58
  • 6. Partitioning.mp4
    04:16
  • 7. Joining.mp4
    04:42
  • 8. Grouping.mp4
    03:28
  • 9. Generation.mp4
    03:45
  • 10. Element Operations.mp4
    05:20
  • 11. Concatenation.mp4
    03:12
  • 12. Aggregation.mp4
    03:20
  • 1. Find occurrence of a word in a sentence.mp4
    02:39
  • 2. Extract numbers from text.mp4
    02:28
  • 3. Split data from one file into multiple files.mp4
    04:59
  • 4. Get specific files from a folder.mp4
    02:38
  • 5. Get largest file from a folder.mp4
    02:18
  • Description


    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

    Who is this for?


  • Beginner C# and .NET Developers
  • What You Need to Know?


  • C#
  • More details


    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 as


    Sorting


    Set Operations


    Filtering Operation


    Quantifier Operations


    Projection Operation


    Partitioning the data


    Joining the objects


    Grouping the data


    Generation operations


    Element Operations


    Concatenation of data/objects


    Aggregation functions


    And 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.


    Who this course is for:

    • Beginner C# and .NET Developers

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Hello, My name is Vinay. I currently work as a full-stack web developer. I have experience in development of Web Applications and Business Intelligence. I have worked on technologies such as .NET, Angular, React JS, Vue JS, SSIS and Power BI. I create programming tutorial videos in my free time.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 19
    • duration 1:13:56
    • Release Date 2023/06/11