Client application update

.net, c#, wcf, wpf

Solution

Click-Once makes updating the applications on client computers relatively painless.

https://stackoverflow.com/questions/1635103/how-to-basic-tutorial-to-write-a-clickonce-app

Guide

Tutorial

Msdn

Problem

I'm developing client-server application by using .Net, C#, WCF, WPF. And now I need to implement client applications update process (client dll's). Could someone suggest some good pattern for this?

Original source