background preloader

Toolkit

Facebook Twitter

WPF Themes - Home. Jaime Rodriguez : dabbling around the new WPF datagrid (part 1) On Monday, the WPF team released the CTP of their new datagrid control.

Jaime Rodriguez : dabbling around the new WPF datagrid (part 1)

You can download it from here. [Note that it requires .NET 3.5 SP1, released monday too] I have been playing with it so I created this 3 part series. Part 1 (this write-up) is about the features in the grid and the ones missing from it. Windows Presentation Foundation (WPF) - Home. WPF Performance : Memory Leaks in WPF based applications – Blog. We discovered few other potential memory leaks that WPF based application can encounter so I wanted to update my original Finding Memory Leaks in WPF-based applications blog and the sample in that blog with more info on these potential leaks.

WPF Performance : Memory Leaks in WPF based applications – Blog

Please review the blog updates and use the suggested workarounds to avoid such leaks in your WPF application (or upgrade to the .Net 3.5 Sp1 release when it becomes available). These potential memory leaks could happen if you use the Image control when: a) You use BitmapImage as the Image source and do not release the BitmapImage.