anyone know of some well written (but not too complex) ASP.NET web applications/websites that i could download from code.google.com or something? i just want to peek at how some other projects look to get some ideas for how to structure my project before it goes live. many thanks.

link|improve this question
feedback

6 Answers

Check here : Microsoft Official ASP.NET Starter Kits

link|improve this answer
feedback

This is a great series of articles by Imar Spaanjaars.

link|improve this answer
feedback

Take a look at The Code Project. Lots of good stuff there.

link|improve this answer
feedback

CodePlex has a lot of the microsoft asp.net open source projects, also a good place to start

link|improve this answer
feedback

I would recommend using ASP.NET MVC 2 for new web development.

You can find proper 'real-world' sample application called NerdDinner and 185-page PDF walkthrough 'how-each-line-was-written on Code Plex. Nerd Dinner has many nice features, like intergration with maps or OpenID.

Running app is here: http://www.nerddinner.com/

link|improve this answer
feedback

you can check latest Employee Info Starter Kit ASP.NET project template, which is simple, well documented and utilizes latest technologies and practices

link|improve this answer
feedback

Your Answer

 
or
required, but never shown