📄️ Developer guide overview
Main features:
🗃️ Start
6 items
🗃️ Right management
7 items
🗃️ CRUD
6 items
🗃️ Worker Service
4 items
🗃️ Back Helpers
4 items
🗃️ Notifications
1 item
🗃️ Hub Client-Server
3 items
🗃️ Error Management
3 items
📄️ Translation server side
This file explains what to add the translation on some fields on an existing entity.
🗃️ Logs
1 item
📄️ Swagger (Api Feature)
This file explains what to use the Swagger feature in your V3 project.
📄️ Audit
This file explains how to activate/deactivate the audit feature (users' modifications tracing) and how to customize it.
🗃️ Cloning objects
2 items
🗃️ Embedded objects modifications
1 item
📄️ Offline mode
This file explains how to use the feature offline in your V3 project.
📄️ Call Web Api
This file explains how to call a web api from the backend in your V3 project.
📄️ Impersonation
This file explains how to use the impersonation helper class.
📄️ Read Only Mode
This file explains what the read only mode offers.
📄️ Multiple Database
By default only single database can be set in order to be used in all the ITGenericRepository implementations for each entity into BIA Framework from the appsettings.json of the API or Worker project :
📄️ File Queuing
This file explains how to send and receive File by Queuing (RabbitMQ).
📄️ Configure Layout of application with V4.0.0 design
Starting at V4.0.0, a new layout is available for applications. Menu is on the sidebar.
📄️ Execute post deployment scripts
Adding scripts