ASP.NET MVC jQuery: Shoud we be concerned about a lot of jQuery/javascript on a View?
Posted
by Mark Redman
on Stack Overflow
See other posts from Stack Overflow
or by Mark Redman
Published on 2010-03-25T19:28:30Z
Indexed on
2010/03/25
19:33 UTC
Read the original article
Hit count: 254
asp.net-mvc
|jQuery
We are moving from WebForms to MVC and and using a lot of jQuery.
I appears we have a lot of jQuery/JavaScript in our Views, is this common and are there any concerns about security. The obvious step is to refactor into plugins and more generic UserControls etc, but this jQuery would still be "visible" by looking at js files etc.
We are validating everything on the server-side anyway but should we be concerned?
© Stack Overflow or respective owner