-1
votes
0answers
182 views

Good source code project examples of MVC 4/Jquery I could use as a reference? [closed]

I have a few projects like Sportstore (from a MVC book) and MusicStore (from the MVC web site) I use as reference sometimes.. Is there any good site that combines MVC 4/Jquery or even just Jquery ...
2
votes
1answer
315 views

Making Modular, Reusable and Loosely Coupled MVC Components

I am building MVC3 application and need some general guidelines on how to manage complex client side interaction between my components. Here is my definition of one component in general way: ...
4
votes
2answers
450 views

What is jQuery and JavaScript's role in MVC?

I'm not sure I understand the role of jQuery/JavaScript in MVC. I've found an article about it on A List Apart, but it doesn't clear anything up for me. Does it bridge the communication between the ...