WPF is a graphical user interface technology for a Windows client application. This way you cannot make web applications with WPF (I just say this is not quite so). If you want to create a browser-based application, you can use Silverlight, which is another solution. So to summarize. If you want to create software like Photoshop, use WPF. if you want to make a website (web applications are websites) use Silverlight (or javascript and HTML or Flash ...).
source share