Validating Objects With XSDs: Is Re-Serializing Redundant or Negligible?
Context:
When should pointers be checked for NULL in C?
Summary:
How is the Trial Period for Softwares generally implemented?
I was always under the assumption that trial softwares write a registry value of the installation date and then the software makes a comparison of the current date of the system with the remaining days + installation date to verify whether the trial period is still valid or not. If this assumption is to be true, winding your system clock further up ahead than the remaining days should end the trial period of the software (or keep winding the clock backwards to use the trial software as long as you wanted to). From experience, This was the case for some softwares, not so for others.
What is a practical level of abstraction in a web application? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Validation of the input parameter in caller: code duplication?
Where is the best place to validate input parameters of function: in caller or in function itself?
How do you track third party services SSL certificates?
Recently Windows Azure Storage SSL certificate unexpectedly expired and since a lot of dependent services defaulted to “refuse to connect to a site with expired SSL certificate” that became a serious problem.
Design strategies for storing and validating serial numbers
We are writing software to track Foo Widgets. Each Foo Widget has a serial number. The serial number is an 32-character alphanumeric string. The string is separated into five sets. Each set is separated by a dash (so the s/n is 32-characters NOT including dashes).
What is the best practice for method parameter validation in a library? [closed]
Closed 10 years ago.
What is the best practice for method parameter validation in a library? [closed]
Closed 10 years ago.
Form validation and file structure
I have a form (lets say a registration form) and onsubmit, it calls a function to validate as follows: