WPF and WCF Summary

"We've seen the enemy and he is us."
- Pogo, by Walt Kelly
  1. Windows Presentation Foundation (WPF)
  2. Windows Communication Foundation (WCF)
    WCF is a .Net framework for creating communication channels between process and machines. It consists of a very well engineered set of types implementing HTTP, TCP, and Named Pipe channels.
    Note: all WCF code must be run as administrator in visual studio, and from the command line.