Observer pattern in dotNet 2.0

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Is it possible to listen to when a constructor is called or when a property
is set on a object, without having to implement changes in the observed
objects class, in dotNet 2.0? It would be very effective for implementing a
Model View Control architecture.
Perhaps some stuff could be generated runtime using reflection?

Kind Regards,
Allan Ebdrup


.



Relevant Pages