There are a few more features that are not big enough to require individual pages. Following is the list of those features along with their descriptions:
- Auto-scaling of UI: The applications created by Code Generator have same size for the forms on every machine.
- Auto-lockout: To improve security, if user leaves the application unattended, it locks out and can unlocked by implementing your custom logic.
- Caching: To improve performance, we use caching. This reduces the hard-disk access. All the writes go to database immediately though, so that there is no loss of data.