If one wants to learn better programming practices by studying a small .NET OSS project, what would that project be?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at NClass. It creates UML class diagrams and is not too complex. NClass uses .NET Framework 2.0 so you can focus on base “features” only. There is not so much documentation but the code is clean and easy. Furthermore it considers the requirements for the Mono Project so this app can run on various platforms, too.