tags:

views:

582

answers:

4

We all know SO is a great solid example of a scalable site/application written in asp.net mvc. Are there any other 'live' examples I can use to pursuade clients this is the route they should be looking at for future developments and allowing their developers time to explore and learn.

+2  A: 

http://www.rowtube.net

It's my site. Uses Youtube api, asp.net mvc, jquery and some other goodies.

Trevor de Koekkoek
cheers trev, just out of interest why are you using jquery 1.2.1
redsquare
Well if you're meaning instead of an updated version, it's just that I haven't updated the site in a while. I think that was the current version when I built the site. Actually I need to update several things on the site
Trevor de Koekkoek
was asp.net thought about when jq 1.2.1 was live?
redsquare
i mean mvc flavour of asp.net
redsquare
Dunno. I am pretty new to JQuery. Perhaps I just chose an older version by mistake. But the site has been up for several months.
Trevor de Koekkoek
Come to think of it, I think what I did is use a plug-in and downloaded sample code. No doubt the sample code was using that version and I didn't change it. Will look to update the site soon.
Trevor de Koekkoek
I see your using the update panel approach. ajax calls returning huge html fragments...
redsquare
redsquare
It's not an updatepanel approach. It's just that much of what comes from the Youtube API is pre-formatted HTML. In any case does that somehow disqualify it as a good application? I have written applications that use AJAX returning XML or JSON, but there are valid reasons to use each approach.
Trevor de Koekkoek
+1  A: 

http://comicster.net is built on ASP.NET MVC, although it's a very simple example. The only data-driven parts of the site are the RSS feeds linked off the main page (using LINQ to SQL).

If nothing else, it's a good example of the nice "clean" URLs that the MVC framework allows.

Matt Hamilton
A: 

http://www.netonbuy.com/ live

omoto
thanks for th elink, not really a deal clincher since most of the links point to a lightbox containing the words "This page is under construction"
redsquare
A: 

http://magcloud.com

bh213
why jquery 1.2.3?
redsquare