Practice code for learning C# LINQ from Udemy course https://www.udemy.com/course/the-ultimate-linq-with-csharp-masterclass-basics-to-advanced
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
55
commits
Use Except to get items that are in one collection but not in another
621bdaeView on GitHubUse Union to get all items that appear in either of two collections
ff6978fView on GitHubUse set operation, Intersect, to get distinct common items of two collections
066e9c1View on GitHubUse SequenceEqual method to deep compare two collections
5052e9eView on GitHub