diff --git a/README.md b/README.md index 3432ef8..c12d2aa 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,24 @@ webstack ======== My personal stack of micro-libraries for web development. +Each of these libraries is available separately on http://nuget.org + +* bulky - High speed, lightweight bulk insert library for SQLite, MySQL, and SqlServer +* container - A modified version of Munq that does not throw exceptions internally when resolving +* dates - Handles date periods and occurrences (generally useful when billing) +* depot - A caching interface, useful when moving from local to remote cache, uses remote metaphors +* email - A library for handling delivery of email, in-process or parallelized in a service +* hollywood - A governor shim that lets you control who can see your web app in production +* linger - A simple delayed job queue, inspired by delayed_job, for performing tasks asynchronously +* minirack - A manager for HttpModule-like behavior that can be easily plugged into a web app +* minirack-routes - SEO-friendly canonical route manager with zero configuration +* money - A small library to deal with calculating money and displaying it in different cultures +* paging - A small library to handle scenarios for paging. Works with IQueryable too, but those are old news +* table-descriptor - Maps objects and properties to database tables and columns; fast, flexible +* tophat - Like Dapper, but for connection management. Gives any IDbConnection unit of work scoping +* tuxedo - Like Dapper, but for common queries. Gives you high speed insert, update, delete with no SQL + + +#### Voltron Driven Development +Use one, use them all, use none. I don't believe in frameworks. Use purpose-built libraries that +accomplish one and only one thing. diff --git a/container/LICENSE.md b/container/LICENSE.md index a9a4201..1d92918 100644 --- a/container/LICENSE.md +++ b/container/LICENSE.md @@ -1,21 +1,9 @@ -Container (http://github.com/danielcrenna/container) --------------------------------------- +####Container +http://github.com/danielcrenna/container Copyright (c) 2013 Conatus Creative Inc. +Released under the MIT license (http://opensource.org/licenses/MIT) -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and -to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR -IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Currently includes an embedded version of Munq: -Munq (http://munq.codeplex.com) --------------------------------------- -© Copyright 2011 by Matthew Dennis. -Released under the Microsoft Public License (Ms-PL) http://www.opensource.org/licenses/ms-pl.html \ No newline at end of file +####Munq +http://munq.codeplex.com +Copyright (c) 2011 by Matthew Dennis. +Released under the Microsoft Public License (Ms-PL) http://www.opensource.org/licenses/ms-pl.html