May 2015
Beginner to intermediate
412 pages
8h 44m
English
In this chapter, we will cover the following topics:
Validation exists to ensure that the application is robust against all forms of input data. Invalid data can cause unexpected execution errors, break assumptions elsewhere in your application, introduce errors, and even let someone hijack your data to attack your software. Every software should have server-side validation.
In addition, validation on the client side enables quick feedback for the users without a round trip to the server. That means client-side validation is faster ...
Read now
Unlock full access