Dynamic Forms is a new way to create forms based on a -markup syntax- similar to HTML and XAML, in which you specify both the layout and ControlSources for the various controls to be displayed on the form.
The result will be a dynamically constructed form, specified in code, rather than manually creating it in the Form Designer.
This video introduces Dynamic Forms with 4 code sample walk-throughs to generate various types of Dynamic Forms.
Download the code and read full documentation at: http://bit.ly/DynamicForms