Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Well documented open source project in .net [closed]

im seaching some good quality open source project in .net, according this topic https://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.

like image 541
movax Avatar asked Aug 07 '10 13:08

movax


2 Answers

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

like image 156
Tasawer Khan Avatar answered Oct 03 '22 18:10

Tasawer Khan


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/

like image 43
heretoquestion Avatar answered Oct 03 '22 19:10

heretoquestion