February 2011 - Posts

10
Comments

Understanding Request Validation in ASP.NET MVC 3 by imran_ku07

Introduction: A fact that you must always remember " never ever trust user inputs" . An application that trusts user inputs may be easily vulnerable to XSS, XSRF, SQL Injection, etc attacks. XSS and XSRF are very dangerous attacks. So to mitigate these...
30
Comments

New Validation Attributes in ASP.NET MVC 3 Future by imran_ku07

Introduction: Validating user inputs is an very important step in collecting information from users because it helps you to prevent errors during processing data. Incomplete or improperly formatted user inputs will create lot of problems for your application...
More Posts