Have you ever developed cross-platform WPF and Silverlight applications and wished you could include or exclude certain Xaml elements from the visual tree depending on which framework the project was targetting? FrameworkVisibilityManager is a simple class with attached property that allows you to show or hide Xaml elements based on the framework you are targetting ...
Recently I worked on a requirement to tidy up some coding standard issues throughout a codebase. One of the tasks was to unify the syntax us...
While working on the development of SciChart one of the challenges has been simultaneously developing a WPF and Silverlight version of this high perfo...
There is much discussion on the web about the Model-View-ViewModel pattern - the defacto design pattern for developing WPF and Silverlight applic...
I recently stumbled upon a question on Stackoverflow which asked if there was a WPF equivalent of the GDI code ImageAttributes.SetColorMatrix to ...
Copyright © 2011-2012 ABT Software Services Ltd