library

TwitterFacebook
Get flash to fully experience Pearltrees
opensource

development

visualization

logging

utilities

zedgraph

reflection

DotNet Zip Library - Home

DotNetZip is an easy-to-use, FAST, FREE class library and toolset for manipulating zip files or folders. Zip and Unzip is easy: with DotNetZip, .NET applications written in VB, C# - any .NET language - can easily create, read, extract, or update zip files. For Mono or MS .NET. DotNetZip is the best ZIP library for .NET. Just look at the reviews! http://dotnetzip.codeplex.com/
http://codebetter.com/drusellers/2009/01/11/topshelf/

Topshelf - Dru Sellers - CodeBetter.Com - Stuff you need to Code

So this is my quasi-new project. It is essentially the MassTransit.Host ripped out and in its own project. It is also the embodiment of my lessons learned about building services (daemons) on the windows platform. Sample Code
C5 is a library of generic collection classes for C# and other CLI languages and works with Microsoft .Net version 2.0 and later, and Mono version 2 and later. C5 provides functionality and data structures not provided by the standard .Net System.Collections.Generic namespace, such as persistent tree data structures, heap based priority queues, hash indexed array lists and linked lists, and events on collection changes. Also, it is more comprehensive than collection class libraries on other similar platforms, such as Java. Unlike many other collection class libraries, C5 is designed with a strict policy of supporting "code to interface not implementation". News 25 May 2011: Version 2.0.0 released at Github and NuGet . http://www.itu.dk/research/c5/

The C5 Generic Collection Library for C# and CLI