I’m currently work on an application(WPF) which consume a wcf service on IIS. When the time come to publish or make my application runnable, i think it was very nice to update this application every time when the wcf service is update too!
How can i currently in the development implement such functionality?
I’m going to assume you have a very good reason to want to have this functionality. If that’s the case it’s very easy to get TFS to automatically do a build of your app everytime the web service is updated, just be selecting what you want building in the build wizard. If however you want to update the service referencephalitis, then that is going to involve some XAML build script wizardry as you have to tell team build to deploy and then after that update the service reference .