Best practices for developing customizations for Microsoft ...

Customers and partners often customize methods in classes. If you know that the intent of the customized code is just to be executed before or after the base layer method, you can use pre-event or post-event handlers. Many times, when we add code, it does not matter whether it is placed in a base code block, or before or after it. ................
................