| title | How-To Guides |
|---|
- TOC {:toc}
Recipes how to perform OutSystems tasks
- Tips and tricks
- Static Entity Alternatives to reduce AO consumption.
- OutSystems Front-End how-to guides
- How to introduce a new style class
- How to securely hide content
- How to style external links
- When heavily used prefer
StringBuilder()overstring + stringfor better performance as it has a better memory allocation. See How to create large strings with StringBuilder
- TBD How to create static entities following the coding best practice: "never use auto-number integers for Static Entity IDs - replace by easily recognizable unique text codes/labels, having the same value throughout all environments"
- Data Model Change Management
- Nothing here yet
- OutSystems deployment rollbacks
- Preparing for an application version rollback scenario in Production
- [] TODO
- How-to response to OutSystems Penetration Test Findings