In our scenario, we have a wpf application that is used by users over remote desktop, and we found the user experience is very slow.
Any suggestions for improving th
You can query for the WPF performance tier (http://msdn.microsoft.com/en-us/library/ms742196.aspx) and ratchet down your animations / graphical trickery as appropriate, so that your app still looks great locally while runs fast over RDP.