WorkplaceX.org
Boost your Business App
A WorkplaceX application consists of two applications:
The CLI application class name is AppCliMain and derives from Framework.Cli.AppCli. The CLI application contains for example the (*.sql) scripts to deploy for a new installation. The CLI application manages everything from configuration to build and compile to deployment.
The web application class name is AppMain and derives from Framework.Json.AppJson. Indicating that a WorkplaceX web application is nothing more than a json object.
The cli application can be launched from command prompt with
wpx
The web application can be launched from command prompt with:
wpx start
Both applications can also be started from Visual Studio:
Provide feedback to this page if you have any question regarding content or something should get updated.