vote up 7 vote down star
7

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!

flag

8% accept rate
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

4 Answers

vote up 4 vote down

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

link|flag
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
vote up 4 vote down

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

Here's the free CC licensed Ebook

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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