Most of my experience has been with designing layouts, JavaScript and Silverlight but I am looking to create a very fast .net web solution.
I am curious what the fastest .net solution would be to create a site that has pages that need to refresh data on them ever 1 to 2 seconds and I also would like to avoid view states so the pages will have a nice clean look.
All the data will be coming from caches on the server not directly from the database.
I figured I will be using services of some kind but not sure what type of project to start this as.