Code-Behind: Flex
In this article, I’ll be going in-depth on the practice known as code-behind for the Flex environment. This is a very powerful technique that all software architects should be familiar with, as it promotes sophisticated encapsulation techniques to separate the form and function from within a UI element.
What Code-Behind Is
Code-behind is a practice whose origins […]

