Changes between Version 1 and Version 2 of AdvancedApplicationDevelopment
- Timestamp:
- 08/28/26 06:39:43 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedApplicationDevelopment
v1 v2 1 Advanced Application Development 2 Transactions 1 = Advanced Application Development 3 2 4 Document the code in your applications where a multi-operation transactions are executed. 3 == Transactions 5 4 6 Database Connection Pooling7 5 8 Document the setup in your application that enables a database connection pool to be used, with some examples from the application where a connection from the pool is used. 6 == Pooling
