Udemy - Getting Started With LINQ in C#

  • CategoryOther
  • TypeTutorials
  • LanguageEnglish
  • Total size706.9 MB
  • Uploaded Byfreecoursewb
  • Downloads19
  • Last checkedOct. 25th '24
  • Date uploadedOct. 24th '24
  • Seeders 7
  • Leechers9

Infohash : 78CBD726624C8A250FE45B1EE6E20DA1470E3718

Getting Started With LINQ in C#

https://DevCourseWeb.com

Published 10/2024
Created by Cesar Aguirre
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 53 Lectures ( 1h 46m ) | Size: 707 MB

Start working productively with LINQ in less than 2 hours

What you'll learn:
Understand the key differences between LINQ and loops
Use the most common LINQ methods to work with collections
Identify and fix common mistakes when using LINQ with collections
Use LINQ to refactor away from conditionals
Learn new LINQ methods and overloads from recent .NET versions

Requirements:
Know the C# syntax to declare and initialize objects
Write conditionals (such as if, else, and switch) and loops (such as for, while, and foreach)
Work with collections like arrays and lists
Have the latest version of the .NET SDK installed

Files:

[ DevCourseWeb.com ] Udemy - Getting Started With LINQ in C#
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Introduction
    • 1 -Getting Started.mp4 (6.2 MB)
    • 2 - What's LINQ.html (0.9 KB)
    • GettingStartedWithLinq.sln (27.9 KB)
    • README.md (0.3 KB)
    • Section2 10-DeclarativeProgramming
      • 10-DeclarativeProgramming.csproj (0.3 KB)
      • Program.cs (0.9 KB)
      11-Immutability
      • 11-Immutability.csproj (0.3 KB)
      • Program.cs (0.6 KB)
      12-Laziness
      • 12-Laziness.csproj (0.3 KB)
      • Program.cs (0.6 KB)
      3-Where
      • 3-Where.csproj (0.3 KB)
      • Program.cs (0.8 KB)
      4-IEnumerable
      • 4-IEnumerable.csproj (0.3 KB)
      • Program.cs (0.6 KB)
      5-OlderVersions
      • 5-OlderVersions.csproj (2.3 KB)
      • App.config (0.2 KB)
      • Program.cs (1.5 KB)
      • Properties
        • AssemblyInfo.cs (1.4 KB)
        6-ExtensionMethods
        • 6-ExtensionMethods.csproj (0.3 KB)
        • Program.cs (0.7 KB)
        7-Delegates
        • 7-Delegates.csproj (0.3 KB)
        • Program.cs (0.7 KB)
        8-LambdaExpressions
        • 8-LambdaExpressions.csproj (0.3 KB)
        • Program.cs (0.7 KB)
        9-Exercise
        • 9-Exercise.csproj (0.3 KB)
        • Program.cs (1.3 KB)
        Section3 14-Select
        • 14-Select.csproj (0.3 KB)
        • Program.cs (0.6 KB)
        15-SelectWithPositions
        • 15-SelectWithPositions.csproj (0.3 KB)
        • Program.cs (0.6 KB)
        16-Any&All
        • 16-Any&All.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        17-GroupBy
        • 17-GroupBy.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        18-GroupBy
        • 18-GroupBy.csproj (0.3 KB)
        • Program.cs (0.7 KB)
        19-GroupBy
        • 19-GroupBy.csproj (0.3 KB)
        • Program.cs (0.7 KB)
        20-AnonymousObjects 20-AnonymousObjects
        • 20-AnonymousObjects.csproj (0.3 KB)
        • Program.cs (1.0 KB)
        21-OrderBy
        • 21-OrderBy.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        22-First
        • 22-First.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        23-Last
        • 23-Last.csproj (0.3 KB)
        • Program.cs (0.9 KB)
        24-Single
        • 24-Single.csproj (0.3 KB)
        • Program.cs (0.5 KB)
        25-TakeAndSkip
        • 25-TakeAndSkip.csproj (0.3 KB)
        • Program.cs (0.6 KB)
        26-Exercise
        • 26-Exercise.csproj (0.3 KB)
        • Program.cs (3.6 KB)
        27-Exercise
        • 27-Exercise.csproj (0.3 KB)
        • Program.cs (2.1 KB)
        28-SumMinAndMax
        • 28-SumMinAndMax.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        29-SelectMany
        • 29-SelectMany.csproj (0.3 KB)
        • Program.cs (1.6 KB)
        30-Distinct
        • 30-Distinct.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        31-UnionIntersectAndExcept
        • 31-UnionIntersectAndExcept.csproj (0.3 KB)
        • Program.cs (0.8 KB)
        32-Exercise
        • 32-Exercise.csproj (0.3 KB)
        • Program.cs (8.8 KB)
        33-Exercise
        • 33-Exercise.csproj (0.3 KB)
        • Program.cs (1.8 KB)
        34-Aggregate
        • 34-Aggregate.csproj (0.3 KB)
        • Program.cs (0.9 KB)
        35-QuerySyntax
        • 35-QuerySyntax.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        Section4 36-RightMethods
        • 36-RightMethods.csproj (0.3 KB)
        • Program.cs (0.5 KB)
        37-FirstOrDefaultWithNull
        • 37-FirstOrDefaultWithNull.csproj (0.3 KB)
        • Program.cs (0.6 KB)
        38-MultipleEvaluations
        • 38-MultipleEvaluations.csproj (0.3 KB)
        • Program.cs (1.0 KB)
        39-Exercise
        • 39-Exercise.csproj (0.3 KB)
        • Program.cs (2.6 KB)
        Section5 41-ReplaceConditions
        • 41-ReplaceConditions.csproj (0.3 KB)
        • Program.cs (0.4 KB)
        42-ReplaceChoice
        • 42-ReplaceChoice.csproj (0.3 KB)
        • Program.cs (0.7 KB)
        43-Validate
        • 43-Validate.csproj (0.3 KB)
        • Program.cs (0.8 KB)
        44-Exercise <

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce