Benjamin Confino
Benjamin Confino

Reputation: 2364

Can someone point me towards a practice C# / ASP.net website

I'm looking for a C# / ASP.net website that I can download the source code and practice on, ideally it will come with documentation and hopefully some "bugs" or feature requests to try fixing.

Dose anyone know where to find such a website?

Upvotes: 0

Views: 138

Answers (3)

user56737
user56737

Reputation:

If you'd like to look at MVC, try the NerdDinner. Look at the bottom of the page, you can download the source code and a sample chapter that gives a very good walkthrough of the application.

Upvotes: 1

Chris Van Opstal
Chris Van Opstal

Reputation: 37537

I would take a look at the ASPNET starter kits. They don't come with bugs for you to fix, but I'm sure you can find some lacking functionality you would like to implement.

Upvotes: 1

Rhys Jones
Rhys Jones

Reputation: 3993

Take a look at the open source projects on CodePlex, there are plenty of projects you can learn from and contribute to there.

You could also go hunting for .NET projects on SourceForge.

Upvotes: 1

Related Questions