Some small experiments that might turn out helpful to someone.
Really small+fast IoC/DI implementation (Available from NuGet)
Really small Singleton controller implementation
A simple concurrency controller for .Net
Simple implementation that resembles the behavior of string.StartsWith method focused on performance when filtering (or searching for that mater) on a large set of strings. Perfect for scenarios where a auto suggest is the desired result. ThreadSafe