Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (17 loc) · 584 Bytes

Solution_File_Types.md

File metadata and controls

18 lines (17 loc) · 584 Bytes

Solution file types

There are five types of solution file

  1. Data
  2. Controller
  3. User Interface
  4. Launcher
  5. Self-contained

Data

Data files are for persistent solution data storage.

Controller

Controller files manage interactions with Data files and hold solution business logic.

User Interface

User Interface files mediate user interaction with Data and Controller files.

Launcher

Launcher files assist entry into user interface files.

Self-contained

Self-contained files include all the functions of Data, Controller and User Interface files in a single file.