views:

117

answers:

3

Hi, im seaching some good quality open source project in .net, according this topic http://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality i found intresting open source projects like "Sharp develop", its great because i can build & run it without problem, but i would like learn how it was developed in deep, learning from only source code without well documented classes, pattern used in project, techniques etc is difficult task. Can anyone provide information about project which i can understand easier.

thanks for suggestions.

+1  A: 

I recommend iTextSharp (.NET Port of iText, written in C#), a open-source library used for PDF generation on-the-fly. I've personally worked on it..used the DLL version for my project, but was checking out the code to see how it was written..

http://sourceforge.net/projects/itextsharp/files/

Singaram Subramanian
A: 

nopCommerce - open source shopping cart. http://www.nopcommerce.com/default.aspx

Taz
A: 

Maybe NodaTime is an option, John Skeet's .Net port of JodaTime. The Wiki looks good and...I mean, he's known for good quality code ;)

http://code.google.com/p/noda-time/

Juri