Looking for an explanaing equivalent to the ASP.NET page life cycle @ https://learn.microsoft.com/en-us/previous-versions/aspnet/ms178472(v=vs.100)
This will help me know when it's safe to do things like access the PermanentVault and Configuration properties.
E.x.: What are are the methods such as the ones below called
- StartApplication
- InitializeAdminConfigurations
- UninitializeApplication
- InitializeApplication
- Initialize
- InitializeAdminConfigurations
- Uninitialize
- OnConfigurationUpdated
- ValidateConfigurationAttributes