UI - App.Example.Controllers (MVC)

Using app I.U.

For applications running on the server side, we will represent it with the MVC model. There is no exclusivity, just a model to guide the communication between Client (UI) and Server (BackEnd)

explorer-ui-project-0.png

Namespace App.Example.

By default, in the GT architecture, namespaces are given unique names, for example, an application's user interface is named with the initials "App.UI..."

Example name project

  • App.UI.CashFlow (New Update)
  • App.UI.BankSimulation

(New Update 2023-03-08)
[A change in the default naming changed the name "Example" to "UI"]

The identification of projects within the GT architecture. is taken by their respective native names as they were created. Its namespaces are like a project identification key, its location is done this way, let's see, as an example, a U.I application, which has its initial namespace of name: "App.UI."

RegisterController - (Code)

application_namespace_ex_code.png
(The namespace of the image above (App.Example.Controllers), is still in version 2, from version 3 the names are suggested for [App.UI.Controllers])