To put it very simply, Language-Integrated Query or LINQ is another way to query data using native code. It adds native querying capability to .NET languages. You may ask “what is the need of another ...
I will be using C# and Linq to solve this year’s Advent of Code challenges. The idea would be write pipeline methods and try and solve the problem in big linq expression. I would be using LINQPAD.