Learn > Fundamentals
Composite/Controls
|
Since Visual BASIC appeared 15 years ago, controls have become an essential element in the construction of GUIs.
Behind scenes we were using the composite paradigm to create complex object composing simple objects.
Nowadays, the composite paradigm is widely used because it promotes reuse, reducing risks and effort.
In this way, Component-Based Development has evolved and new techniques have become available.
UI-related composite approaches should include: . Composite Application Block . ASP.net controls How do controls work in Himalia? |