Project DescriptionGeneral purpose libraries for .net development.
I've decided to open source all my current .net libraries that are not specific to customers, at the moment there is no documentation other than the in code xml-documentation. A lot of code that I've talked about on my blog
http://ondevelopment.blogspot.com/ exists in theses libraries.
Legend.Core
This assembly contains general purpose classes for day to day development, such as collections, functionality for guarding, caching, threading and so on.
Legend.Web
Doesn't contain anything but the fluent HtmlTextWriter interface discussed here
http://stackoverflow.com/questions/414605/fluent-interface-for-rendering-html.
Legend.Web.QueryString
Provides functionality for creating strongly typed query strings, this allows you to create a class with a set of properties and then have an instance of this class serialized as a query string.
Minimal.Web.QueryString
The old version of what's now Legend.Web.QueryString, included for legacy applications that still uses it, don't use this in new applications.