Common Misconceptions in C# and .NET – Relying On Client Validation
Relying solely on client-side validation should be strictly avoided. It is not a reliable approach as skilled users can easily manipulate the client-side code to bypass the validation rules. Let’s examine example to illustrate this point. In our scenario, we have an ASP.net Razor-page application with login form. The form utilizes bind property attributes in …
Common Misconceptions in C# and .NET – Relying On Client Validation Read More »