InterviewSolution
| 1. |
Explain Loosely Coupled Events? |
|
Answer» Loosely coupled EVENTS ENABLE an object (PUBLISHER) to publish an EVENT. Other objects (subscribers) can subscribe to an event. COM+ does not require PUBLISHERS or subscribers to know about each other. Therefore, loosely coupled events greatly simplify the programming model for distributed applications. Loosely coupled events enable an object (publisher) to publish an event. Other objects (subscribers) can subscribe to an event. COM+ does not require publishers or subscribers to know about each other. Therefore, loosely coupled events greatly simplify the programming model for distributed applications. |
|