LINQ: Query CSV files
How to query Comma Separated Value (CSV) files with LINQ
Calculate Folder/Directory Size
Get the Size of a Folder/Directory including all SubFolders with LINQ.
Find Top 5 memory consuming Processes
Using LINQ to find the Top 5 memory consuming Processes on your system.
Looping Over a Large Collection of Data
Finding a value in a large collection of data - to loop or not to loop?
Iterate over Multiple Arrays in a single Loop
Iterate over Multiple Collections in a single Loop with LINQ in C#