Building Applications

Once the model has been defined, it is time to get it working. The model needs to be connected to one or more code generators, and so building the actual application.

See also Modelling Applications

Code generation

Create a project. In this project different aspects of the code generation can be defined. For example:

  • Type of application (Windows, Web, and so on).
  • Database connection(s)

See also Code generation  and Working with databases 

Implementing

In this chapter, other options are described, like Themes and, when needed Integrations.

Custom made code does not need generation, since it is complete C# code. The dots need to be connected though, by defining the link between model and the implementation. 

See Customisation