Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,372 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are using a Prism framework to navigate between views and my task is to optimize performance switching between views.
From DotTrace profiler I see that Deactivate call to Prism framework takes a lot of time Please see the screen from DotTrace below.
We are using the 5 th version of prism but migration to 7.2 don't bring us any performance improvements. We are using Ninject and couldn't use it with the latest 8 version of prism easily.
I would be very grateful for any ideas how to improve performance.