Tutorials
The xtd tutorials provide an overview of the important features of the xtd Framework. Each tutorial includes one or more example programs.
xtd.core
- Writing console application describes the basic steps that you must complete to create and run a console application from the command line.
- Common I/O Tasks provides several classes that allow for various actions, such as reading and writing, to be performed on files, directories, and streams
- Delegates provides a tutorial to cover all needed to using xtd::delegate.
- Events provides a tutorial to cover all needed to using xtd::event.
xtd.forms
- Writing GUI application describes the basic steps that you must complete to create and run a xtd.forms application from the command line.
- [Control appearance](/docs/documentation/Guides/xtd.forms/Overview/control_appearance control_appearance) describes the standard and system appearance of controls.
- Size and location properties provides a tutorial on the size and location properties of the controls.
- Ambient properties provides a tutorial on the ambient properties of the controls.
- Position and layout of controls provides a tutorial on the position and layout of the controls.
- Form provides a tutorial for using xtd::forms::form.
- How to make thread-safe calls provides a tutorial to show how to make thread-safe calls to controls.
- Controls management describes how to manage the controls.
- xtd.forms explanations provides explanations on how xtd.forms works.
xtd.tunit
- Writing test application describes the basic steps that you must complete to create and run a xtd.tunit unitests application from the command line.
- Running test provides running xtd.tunit test documentation.
- Extending test provides extending xtd.tunit test documentation.
Other
- eBook provides a tutorial to program non trivial xtd applications.