Tagged Questions
2
votes
1answer
323 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
473 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 ...