vote up 3 vote down star
3

Can anyone recommend a good asp.net c# open-source project for the purpose of studying the code to become a better programmer?

flag

70% accept rate

3 Answers

vote up 9 vote down check

Just in case you have missed it, Scott Hanselman covers this exact topic on his blog regularly. See if any of these projects pick your interest:

http://www.hanselman.com/blog/CategoryView.aspx?category=Source+Code

link|flag
Will definitely check it out! Thanks – Christopher Mahan Sep 11 '08 at 23:43
vote up 2 vote down

It really depends on your skill level. If you're an intermediate to advanced level developer with a solid C# background looking to learn some best practices, you may want to check out the S#arp Architecture project. It focuses on:

  • Domain driven design
  • Loose coupling
  • Test driven development
  • Inversion of control / dependency injection
  • Model / view / controller pattern
link|flag
And what if you're a beginner (very beginner?) who's done Classic asp and Python? – Christopher Mahan Sep 11 '08 at 23:44
vote up 0 vote down

Cuyahoga is a .net web site frame work/cms. It has a nicely seperated data access layer that uses NHibernate. I found it well worth looking at.

http://www.cuyahoga-project.org/home.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.