Select the search type
 
  • Site
  • Web
Search

Latest News


Software Dev

17

Managing Visibility of Xaml elements in Cross-Platform WPF Silverlight

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 ...

Posted in: Software Dev
19

Visual Studio Productivity: The power of Regex Find and Replace

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...

Posted in: Software Dev
19

Drop in replacement for System.Timers.Timer and Stopwatch in Silverlight

While working on the development of SciChart one of the challenges has been simultaneously developing a WPF and Silverlight version of this high perfo...

Posted in: Software Dev
01

MiVVM Pattern - An Extension to MVVM for direct access to the View

There is much discussion on the web about the Model-View-ViewModel pattern - the defacto design pattern for developing WPF and Silverlight applic...

Posted in: Software Dev
15

Updating the Alpha Channel of a WPF BitmapSource

I recently stumbled upon a question on Stackoverflow which asked if there was a WPF equivalent of the GDI code ImageAttributes.SetColorMatrix to ...

Posted in: Software Dev
Login