Monday, July 15, 2013

Coding 101

All code needs an event that will result in causing the code to work aka (Function/Method).  This could be a button click or the page load but always be sure to understand that your code has to have a behavior to fire your code.

It all starts with the process that puts something in motion.   If nothing can trigger, fire, or cause the the code to process then you cannot find the debug issue or even add functionality.

My 2 cents for the day.

No comments:

How to Modernize Legacy .NET Applications

How to Modernize Legacy .NET Applications Understanding Legacy .NET Applications Definition and Characteristics Legacy .NET applicat...