Well documented open source project in .net [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionim 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 diffi开发者_开发技巧cult task. Can anyone provide information about project which i can understand easier.
thanks for suggestions.
nopCommerce - open source shopping cart. http://www.nopcommerce.com/default.aspx
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/
Maybe Noda Time is an option, John Skeet's .Net port of Joda-Time. The User Guide looks good and...I mean, he's known for good quality code ;)
精彩评论