开发者

Does too much data binding make WPF application slow? What are the optimization techniques that are available?

开发者 https://www.devze.com 2023-02-01 19:58 出处:网络
I have completed a project on WPF? I wanted to know which are the possible techniques to optimize my code especially XAML and Data binding.

I have completed a project on WPF? I wanted to know which are the possible techniques to optimize my code especially XAML and Data binding.

Tric开发者_如何转开发ks to have efficient data binding.

Please note I am using MVVM architecture.


MSDN contains a nice WPF optimisation article here - http://msdn.microsoft.com/en-us/library/aa970683.aspx, with a section specifically on data binding here - http://msdn.microsoft.com/en-us/library/bb613546.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消