What Is MyXaml ?
MyXaml is a general purpose object graph instantiator. It is the backbone of declarative application development, facilitating:
- Instantiate Windows Forms
- Wire up events to event handlers in your code
- Instantiate object graphs such as:
- Schemas
- Tree Structures
- User configuration data
- Data bindings
- Dependency Injection / Inversion of Control
- And More!
Examples
Creating a Basic WinForm ApplicationInversion Of Control ExampleFurther Reading
MyXamlMycroXamlWriting XAML-friendly AssembliesAn XML CompilerDownload
Download MyXaml and Demos