DataSet Validation vs. ASP.NET MVC Validation
I have a general question on where to put validation.
DataSet Validation vs. ASP.NET MVC Validation
I have a general question on where to put validation.
DataSet Validation vs. ASP.NET MVC Validation
I have a general question on where to put validation.
DataSet Validation vs. ASP.NET MVC Validation
I have a general question on where to put validation.
DataSet Validation vs. ASP.NET MVC Validation
I have a general question on where to put validation.
Can I save & store a user’s submission in a way that proves that the data has not been altered, and that the timestamp is accurate?
There are many situations where the validity of the timestamp attached to a certain post (submission of information) might be invaluable for the post owner’s legal usage. I’m not looking for a service to achieve this, as requested in this great question, but rather a method for the achievement of such a service.
Can I save & store a user’s submission in a way that proves that the data has not been altered, and that the timestamp is accurate?
There are many situations where the validity of the timestamp attached to a certain post (submission of information) might be invaluable for the post owner’s legal usage. I’m not looking for a service to achieve this, as requested in this great question, but rather a method for the achievement of such a service.
Can I save & store a user’s submission in a way that proves that the data has not been altered, and that the timestamp is accurate?
There are many situations where the validity of the timestamp attached to a certain post (submission of information) might be invaluable for the post owner’s legal usage. I’m not looking for a service to achieve this, as requested in this great question, but rather a method for the achievement of such a service.
Writing a simple code validator
I know that programming languages can be defined in EBNF which can be converted into regular expressions. Right now I am working on a very simple BASIC interpreter for a project. The code has to be entered in a gui which should validate the syntax to later transfer the code to an embedded system where it is executed.
Where should the “not empty field” validation code be written on a 3-layer application?
When working with the 3-layer model, where should the validation code be placed? for: not empty fields, unchecked options, null values, wrong-written dates, etc.