Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Greg Schechter: Windows Presentation Foundation(WPF) Architecture
May 09, 2006 at 9:19 PMWell you don't have to handle invalidates so you would only need to render when your client area actually changes.
He goes over what gets passed to the render thread in the video, and mentions that when the UI thread and render thread are in the same process shared memory is the mechanism these threads use for communication.
I do think this type of app is kinda' cool, but you don't need to wait for WPF; use sockets and a telnet client.