Improving Application Performance

The performance of WPF applications, in general, is one of its biggest problems. The more visual layers that our rendered data objects and UIs contain, the more time it takes to render them, so we often need to maintain a balance between making our applications visually appealing and making them perform better.

This situation can be improved by running our WPF applications on more powerful computers. This explains why these applications are most prevalent in the financial industry. However, not everyone can afford to update all of their users' computers for this purpose.

Luckily, there are a number of ways in which we can improve the performance of our WPF applications, and we'll investigate them here. The ...

Get Mastering Windows Presentation Foundation - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.