Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.28 KB

File metadata and controls

32 lines (23 loc) · 1.28 KB
title description ms.date helpviewer_keywords ms.assetid
Performance
Learn how to achieve optimal application performance in application design as well as get an understanding of best practices for WPF applications.
03/30/2017
Windows Presentation Foundation [WPF], performance
performance [WPF]
WPF [WPF], performance
c649a20f-8b7e-4a38-9b80-74839298d406

Performance

Achieving optimal application performance requires forethought in application design and an understanding of best practices for Windows Presentation Foundation (WPF) application development. The topics in this section provide additional information on building high performance WPF applications.

In This Section

Graphics Rendering Tiers
Optimizing WPF Application Performance
Walkthrough: Caching Application Data in a WPF Application

Reference

xref:System.Windows.Media.RenderCapability

xref:System.Windows.Media.RenderCapability.Tier%2A

xref:System.Diagnostics.PresentationTraceSources

See also