This is a collection of working scripts that I have made while either doing project work or solving coding problems. The most common thing that I use Linqpad for is to try out various things within C# and dotnet. For example, maybe I want to figure out the way to get an enum name as a string from the enum value and I don't remember the exact syntax. I might use linqpad to work up a quick little program that does what I need. Then I can go back to my project and I know how I want to implemnt things.
Recently I added a folder for HackerRank problem solving specifically. I used to use the online editor REPL.it and it works great, but for speed and ease I have been using C# locally.
There is a folder called 'F#' that is for me to use to learn more functional programming. Haskell and Lisp are next but first it seemed a little more in reach to try out F#, and it works in Linqpad already!