Composition of the Core Model
Common
- Tester : a simple unit testing launcher.
- Chronometer : time measurement functions.
- StringTool : strings functions.
- Localizer : strings localization.
- AppInfo : system, application and folders information.
- AppTool : system and application functions.
- ThreadManager : threads list manager.
Files
- FolderTool : folders functions.
- FileTool : files functions.
- FolderLister : folder entries lister.
- FileLister : files entries lister.
- Filer : read, write and serialize functions.
Debugger
- Debug : a custom debugger.
- ExceptionInfo : extract details about exceptions.
- ExceptionForm : a default exception winform.
- LogManager : a log manager.
- LogForm : a default log winform.
Remoting
- RemotingTool : remoting encapsulation.
- RemoteClient : a generic remote client.
- RemoteServer : a generic remote server.
Types
- Tree : a generic tree class.
- Singleton : a generic singleton factory.
- EmbeddedValue : a embedded typed value with assign controls and triggers.
- EmbeddedOrdinal : an embedded ordinal value.


