views:

221

answers:

8

I use log4net in just about every code project. I was wondering what other generally useful code projects are available?

+1  A: 

I like the C5 collection classes, from the IT University of Copenhagen:

http://www.itu.dk/research/c5/

It's one of the most well-designed libraries, of any kind, I've ever used.

benjismith
+2  A: 
Jon Skeet
A: 

Some useful open source tools/projects I've used in .NET development:

Ash
A: 

Many of the ones already mentioned, plus

Marc Gravell
A: 

I would tend to agree with Jon Skeet, except that if you had to name just one, I would start with NUnit.

Please, test your code!

Travis
A: 

I maintain a class library called SixPack

http://code.google.com/p/sixpack-library/

Sklivvz
A: 

For PDF manipulation
iTextSharp

Sung Meister