I am looking to read other peoples software to learn how to produce quality, speedy, reusable code. If the code has JQuery in it that would be great because I am learning JQuery as well. Thanks
I have found NerdDinner to be a good place to start.
This site has several examples.
sutekishop which you can download at http://code.google.com/p/sutekishop/ is a very good example to learn asp.net MVC. I am going through the source code and found a lot to learn. I agree NerdDinner is a little bit basic thought it's a good starting example.
Maybe you can take a look at SharpArquitecture for a complete arquitecture reference With ASP.Net MVC and NHibernate, include an example project. http://wiki.sharparchitecture.net/:
Focused on Domain Driven Design, Loosely coupled, Preconfigured Infrastructure, Open Ended Presentation.
Another Complete Reference is the BeerHouse CMS from ASP.NET MVC 1.0 Website Programming: Problem - Design - Solution book: http://thebeerhouse.codeplex.com/
Concept of Model View Controller,Creating RESTful URLs,Leveraging jQuery to make a lean and scalable website that incorporates AJAX, Using Membership & Profile modules in the MVC Framework, Incorporating LINQ to SQL to generate your data access layer , Use of inline C# code inside of your markup
The Storefront tutorial is a more mature application than NerdDinner. I'd suggest looking into that.