Skip to main content

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

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.

See also