Further reading
- Console User Secrets: https://github.com/jasonshave/ConsoleSecrets.
- Optimising LINQ:
- Five Tips to Improve LINQ to SQL Performance: https://visualstudiomagazine.com/articles/2010/06/24/five-tips-linq-to-sql.aspx.
- Make your C# applications faster with LINQ joins: https://timdeschryver.dev/blog/make-your-csharp-applications-faster-with-linq-joins.
- LINQ Stinks – code smells in your LINQ: https://markheath.net/post/linq-stinks.
- How to get a value out of a Span<T> with Linq expression trees?: https://stackoverflow.com/questions/52112628/how-to-get-a-value-out-of-a-spant-with-linq-expression-trees.
- Linq ToLookup Method in C#: https://dotnettutorials.net/lesson/linq-tolookup-operator/.
- LINQ (C#) – ToLookup Operator Example And Tutorial: https://www.completecsharptutorial.com/linqtutorial/tolookup-operator-example-csharp-linq-tutorial.php.
- A Simple Explanation of C# Closures: https://www.simplethread.com/c-closures-explained...