tags:

views:

72

answers:

3

I am looking to write a an asp.net website and would like a good project to use as a basis for getting started. Can someone help point me to some good examples where I can fully download and run the code?

+1  A: 

You could always check out the NerdDinner example for .NET MVC.

Justin Niessner
A: 

Here is the ASP.NET Performance framework. Best practices regarding performance.

Oded
A: 

You need to decide what is important to you, and provide a list with your question.

There are plenty of best practices sites using ASP.NET AJAX but a lot of SEO/Usability people would cringe if you showed it to them. ASP.NET MVC is architecturally a lot cleaner and includes a lot of best practices, but some people would argue that point quite strongly I'm sad to say. You need to try out a number of ASP.NET applications, and browse the best practices tag on this site.

I would personally use ASP.NET MVC for any new web application on the .NET platform. If I needed to I would then look for best practices scoped to that area.

BrianLy