Cost-effective
Applications are built by ready-made components, so development takes less time and therefore you spend less money.
|
Flexible
Application architecture was designed keeping the flexibility in mind. Any component in the application can be changed without breaking the application.
|
User Customizable
Administrative Users can add/remove columns to grids, selection filters and forms without any programming knowledge.
|
Data Dictionary Integration
Tight integration to Data Dictionary allows us to dynamically generate proper grids columns, selection filters and form controls without any programming.
|
Multi-Database
Data access layer is completely independent and can be changed to work with any database system such as SQL Server, MySQL, MS Access, etc.
|
Multi-UI Platform
The same application can work equally in windows forms and also in web forms application: only UI design needs to be implemented.
|
Multi-Language
Applications support different languages: translations can be implemented with many ways such as from database, by using translator web services, etc.
|
Transparent Entry Process
Data entry process is user friendly and transparent. Save button is enabled when there is something to be saved in the database. Disabled fields and command buttons have reason listings why they are disabled.
|