Posts about LINQ
2022 (6)
- My favourite 'recent' LINQ improvements
- LINQ Best Practices
- Async Enumerable in C# (Part 3)
- Async Enumerable in C# (Part 2)
- Async Enumerable in C# (Part 1)
- Should I avoid LINQ for performance reasons?
2020 (1)
2018 (29)
- LINQ Stinks - code smells in your LINQ
- Exploring MoreLINQ Part 25 - Traverse
- Exploring MoreLINQ Part 24 - Flatten
- Exploring MoreLINQ Part 23 - Joining
- Exploring MoreLINQ Part 22 - Append and Prepend
- Exploring MoreLINQ Part 21 - Side Effects
- Exploring MoreLINQ Part 20 - ToDelimitedString (and friends)
- Exploring MoreLINQ Part 19 - Generating sequences
- Exploring MoreLINQ Part 18 - GroupAdjacent and Segment
- Exploring MoreLINQ Part 17 - CountBy
- Exploring MoreLINQ Part 16 - Pairwise and Resolving Ambiguities
- Exploring MoreLINQ Part 15 - Windowing
- Exploring MoreLINQ Part 14 - Skipping and Slicing
- Exploring MoreLINQ Part 13 - Random Sequences
- Exploring MoreLINQ Part 12 - Run Length Encoding
- Exploring MoreLINQ Part 11 - Padding
- Exploring MoreLINQ Part 10 - Interleave
- Exploring MoreLINQ Part 9 - FillForward
- Exploring MoreLINQ Part 8 - FallbackIfEmpty
- Exploring MoreLINQ Part 7 - Batching
- Exploring MoreLINQ Part 6 - Taking
- Exploring MoreLINQ Part 5 - Scan
- Exploring MoreLINQ Part 4 - Combinations
- Exploring MoreLINQ Part 3 - MinBy and MaxBy
- Exploring MoreLINQ Part 2 - Counting Elements
- Exploring MoreLINQ Part 1 - Zipping
- LINQ Challenge #3 Answers in C#
- LINQ Challenge #3
- Saving Clipboard Images to File in C#
2016 (4)
- LINQ Tips and Tricks
- Suppressing Exceptions in LINQ Queries
- More Effective LINQ
- Finding Binding Redirect Issues with LINQ
2015 (31)
- Advent of Code Day 25–Mission Accomplished
- Advent of Code Day 22–Selecting Spells
- Advent of Code Day 21–Beating the Boss
- Advent of Code Day 20–Counting Presents
- Advent of Code Day 19–Mutating Molecules
- Advent of Code Day 18–Game of Lights
- Advent of Code Day 17–Filling the Fridge
- Advent of Code Day 16–Aunt Sue’s Clues
- Advent of Code Day 15–Cookie Calorie Counting
- Advent of Code Day 14–Reindeer Races
- Advent of Code Day 13–Optimal Seating Plan
- Advent of Code Day 12 Solved in C# and F#
- Advent of Code Day 11 Solved in C# and F#
- Advent of Code Day 10 Solved in C# and F#
- Advent of Code Day 9 Solved in C# and F#
- Advent of Code Day 8 Solved in C# and F#
- Advent of Code Day 7 Solved in C# and F#
- Advent of Code Day 6 Solved in C# and F#
- Advent of Code Day 5 Solved in C# and F#
- Advent of Code Day 4 Solved in C# and F#
- Advent of Code Day 3 Solved in C# and F#
- Advent of Code Day 2 Solved in C# and F#
- Advent of Code Day 1 Solution in C# and F#
- Compute Running Totals in LINQ with MoreLinq.Scan
- Advent of Code
- Lunchtime LINQ Challenge #2 Answers in F#
- LINQ Challenge #2 Answers in C#
- Lunchtime LINQ Challenge #2
- LINQ Challenge #1 Answers in F#
- LINQPad Dump for F#
- Functional Programming Big Ideas for C# Developers