Project DescriptionNExtLib is a general-purpose extension library for .NET, which adds some useful features and addresses some alleged omissions.
Ruby has a gem (library) called extlib which adds a whole bunch of features to many of the standard library modules and classes. It's part of the DataMapper project, but it's just generally useful.
By the same token,
the .NET-targeting object-mapper I'm working on is inspiring a bunch of utility classes and extension methods that I think might be useful in a wider context, so I've decided to maintain this separate project for them.
I'm trying to apply the principles of
kaizen to this project, so I intend to apply a lot of incremental changes, but releases will probably be tied to releases of
Nom.