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.
|
Check here : Microsoft Official ASP.NET Starter Kits | |||
|
feedback
|
|
This is a great series of articles by Imar Spaanjaars. | |||
|
feedback
|
|
Take a look at The Code Project. Lots of good stuff there. | |||
|
feedback
|
|
CodePlex has a lot of the microsoft asp.net open source projects, also a good place to start | |||
|
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/ | |||
|
feedback
|
|
you can check latest Employee Info Starter Kit ASP.NET project template, which is simple, well documented and utilizes latest technologies and practices | |||
|
feedback
|