views:

124

answers:

5

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.

+6  A: 

Check here : Microsoft Official ASP.NET Starter Kits

Canavar
+1  A: 

This is a great series of articles by Imar Spaanjaars.

AdamRalph
A: 

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

Moose
A: 

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

Mcbeev
A: 

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/

Jakub Konecki