I plan to put little snippets of code in here from my experimentation in doing things.
DemoReturnValue example project to allow a tuple to be returned using generics
SortJSON Example project sorts json keys recursively to allow easier comparing with a diff tool
MemtableCachedUpdates Example project to demonstrate using Cached Updates in TFDMemtable
ThreadPool Experiment creating a threadpool that communicates results back to main thread.