C# & LINQ: Write Less, Do More!

Опубликовано: 18 Февраль 2025
на канале: Freedom Coding
487
32

Are you having trouble with collections like lists in C#? Linq is a C# integrated library containing a ton of functions that will help you with lists. You can sort them, group them, find the highest value, check for conditions for each item, and do much more.

👍 Like and 🔔Subscribe for More Unity and C# Tutorials    / @freedomcoding  

🌟 Support My Work and Unlock Exclusive Content! 🌟
👉 Patreon:   / freedomcoding  

🎮 Join Our Developer Community!
💬 Discord:   / discord  

💖 Support Me Financially
☕ PayPal, Revolut: [email protected]

Are you looking for a Unity/C# tutor? Contact me here - [email protected]
Website - https://www.freedom-coding.com

Timestamps:
00:00 Intro
00:24 What Is Linq And How To Use It?
00:47 Sorting Lists
02:44 Get Highest Value
03:14 Getting Multiple Values
03:39 Foreach
04:33 Sum All Values
04:52 Check For Condition
05:45 Grouping Items
06:55 Linq Performance - Garbage Collection
08:24 When To Use Linq?