WorkplaceX.org

Boost your Business App

Software Architecture

A WorkplaceX application consists of two applications:

  • Command Line Interface (CLI) Application (Launched with the wpx command)
  • Web Application

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.

Start CLI Application and Web Application

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:

/assets/visual-studio.png

Feedback

Provide feedback to this page if you have any question regarding content or something should get updated.


ABOUT

WorkplaceX is an initiative to simplify and standardize the development of business applications. It is based on ASP.NET Core, Angular, Bootstrap, Bulma and SQL Server.

Copyright © 2022 All Rights Reserved by WorkplaceX.org
v1.11 (Framework v3.52.22 ♥ 05:40:03)