Consider following scenario during development -
- We change WCF service contracts very frequently.
- There is a web application consuming these services.
- We do update, service reference frequently in the web application.
But at times when we forget to do this, we have to debug our whole web application, to finally find out that, the service contract has changed.
Can we detect outdated proxy at runtime before invoking the service.