Is it a recommended practice to raise all the events asynchronously if...
- by 123Developer
Is it a recommended practice to raise all the events asynchronously if the class (event raising object) does NOT interested on how the parameters of the events are manipulated by the client objects (receivers of the events)?!
Please guide me?