Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Most of the MVC projects with .net background uses jquery. What is the actual use of jquery in MVC type of projects?
Posted

1 solution

The question makes no sense at all and reflects thinking of a person who tends to throw different things in one pile. jQuery is just a JavaScript library. That said, it is used on a client side and have nothing to do with MVC. No one is obliged or forced to use jQuery for whatever purpose. You could easily find out what is its purpose: https://en.wikipedia.org/wiki/JQuery[^].

As to MVC, it has at least two different meanings. First of all, this is an architectural pattern: https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller[^].

Besides, this is an ASP.NET framework implementing this pattern: http://www.asp.net/mvc[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900