What open source .Net projects or code libraries do you use?

I use log4net only in every code project. I was wondering what other publicly accessible code projects are available?

+3
source share
8 answers

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

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

This is one of the most well-designed libraries of any type I have ever used.

+1
source

Many of the above plus

0
source

I would like to agree with John Skeet, except that if you had to name only one, I would start with NUnit.

Please check your code!

0
source

I maintain a class library called SixPack

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

0
source

For PDF manipulation
iTextSharp

0
source

Source: https://habr.com/ru/post/1698073/


All Articles