Share via


Ryan Tremblay's Blog

Simplifying hierarchical ViewModels with collection transforms

Under the Model-View-ViewModel (MVVM) design pattern, the ViewModel typically provides a...

Author: ryantrem Date: 08/28/2010

PowerShell scripting in MEF-based applications

In my last post, I gave an overview of an approach to making MEF-based applications scriptable....

Author: ryantrem Date: 07/24/2010

Python scripting in MEF-based applications

Extensible applications typically allow developers to extend the application’s functionality...

Author: ryantrem Date: 07/15/2010

A data-driven MEF bootstrapper

Overview MEF (Managed Extensibility Framework), introduced in .NET 4.0 (under...

Author: ryantrem Date: 06/27/2010

Generically sharing Xaml resources

Xaml was introduced in .NET 3.0 and extensively used by WPF. A commonly used construct in WPF is the...

Author: ryantrem Date: 06/21/2010

Loading DDS files as WPF ImageSources using XNA 3.1

WPF uses "Windows Imaging Component," or WIC, (see https://msdn.microsoft.com/en-us/library/ee719655)...

Author: ryantrem Date: 06/06/2010

Globally updating binding sources in WPF

WPF data bindings do not always immediately update the source when the target (typically a WPF...

Author: ryantrem Date: 04/08/2010