entity framework - Malicious input in ASP.NET MVC -
I have ASP.NET MVC 1.0 and unit framework v1 application.
By default, the submitted content is valid for user malicious input (see). HTML encoding prevents user submitted data, JavaScript injection attacks. The unit framework uses internally paramLated SQL which will prevent SQL injection.
Is it enough?
Please advise.
Thank you.
prevent over-posting problems Use the Bind (Include ... feature).
Check out this link for more information:
Hope this helps.
< / Div>
Comments
Post a Comment