In Agile Business Suite, after developing the application model, you can deploy it to one of the supported server platforms.
The Agile Business Suite Builder translates design information stored in the developer model into a running database application and clients to access that application. During this process, Builder uses input from the model, in the form of structural information, configuration information (properties), and logic.
The Builder stores the most recently generated files for each configuration. If the application has been generated previously, these files are retrieved from the Builder cache folder instead of regenerating them. The builder also has the capability to build changes that you have made since the last time you built the application.
The generated C# files, which make up a C# project, are compiled and linked using the pre-compiled libraries and input to the deployment project. Following compilation and linking of the C# project, the output files are stored in the model for each configuration, to be retained for future build/change analysis of the application.