up vote 10 down vote favorite
9
share [g+] share [fb]

Any ideas on a good working sample application which uses MVC and JQuery together? Something like a starter kit. I am not into something that's "half baked" or a CodePlex work-in-progress type of app. I prefer a complete simple app than a more complex unfinished app. Also one which uses the latest MVC preview is a plus.

I hope I am not asking for too much!

link|improve this question

2  
If you ask nicely they may give you the code to Stackoverflow. ;-) – craigmoliver Oct 3 '08 at 17:48
1  
He asked for something not half-baked, so I doubt it :-) ho ho ho – Orion Edwards Oct 9 '08 at 21:03
feedback

5 Answers

up vote 7 down vote accepted

NerdDinner by Microsoft dev's - Phil Haack, Hanselman and ScottGu.

Here's the free CC licensed Ebook

link|improve this answer
feedback

Have you taken a look at Rob Conery's MVC Storefront series? Rob has also built an ASP.NET MVC starter template.

link|improve this answer
I looked at it some time ago and it gave me a lot of errors when I tried to compile it and I quickly lost interest in it. The only message in the discussion area at Codeplex was from me. I mentioned I didn't like what I saw! That's exactly the reason why I asked for something that works right away – Abdu Oct 3 '08 at 19:51
1  
I understand your concern, but understand that right now ASP.NET MVC is a moving target and as such, you're going to have to work a little bit to find bits that compile with the latest build. I know Rob C. is working on patching the Storefront for MVC preview 5. Check again. – Otto Oct 4 '08 at 0:06
feedback

Some applications developed with ASP.NET MVC & jQuery -

Kazi Manzur Rashid has a 3-part series on building Shrinkr, a URL shortening service with ASP.NET MVC, jQuery & Entity Framework -

HTH, Indyfromoz

link|improve this answer
feedback

You should take a look at AtomSite http://atomsite.net as it recently moved to MVC and it has some cool jQuery usage around the comment system.

link|improve this answer
feedback

I just released the mvc project awesome which is a has a great collection of helpers that do all the jquery work for you, and you can just pull them out of the project

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.