For a multi-step form I've defined some input validation functions called validate_step1(), validate_step2() and validate_step3() that are being used as callbacks in a jQuery plugin.<BR><BR>I did a ...
It's not good enough to simply write code that works. That code must be easily maintained, enhanced and debugged when problems happen. One of the reasons why object-oriented programming is so popular ...
Take advantage of Azure Functions to run small pieces of code that can be triggered by events in the Azure cloud. Azure Functions is the serverless compute offering in the Microsoft Azure cloud.