KNFoundation.KNFoundation is a collection of classes I use in every single .NET application I make. Many of the classes are direct implementations of their Cocoa counterparts, including KNKVC, which is an implementation of Cocoa's NSKeyValueCoding and NSKeyValueObserving in C# .NET, which is a specific implementation of the Observer pattern.