If you have used TypeScript you are probably aware of the compiled outcome of an Arrow Function (section 4.9.2 of the TypeScript Language Specification). The idea behind using () => {…}; instead of function(){…}; is to have access to the object represented by this in the outer scope, which is what you would expect when... read more
Published by Damian Schenkelman on October 3rd, 2011 1:40 pm under Adaptive Streaming, CSM, Composite Application Guidance for WPF & SL, Composite Stream Manifest, Emerging Technology, Live Smooth Streaming, Media, Microsoft Media Platform, Prism, Prism-v2.2, RCE, Rough Cut Editing, Silverlight, Silverlight 5, Smooth Streaming
Today, the new version of the Microsoft Media Platform (MMP) Video Editor was released to the public. The new release is based on Silverlight 5, and has a lot (really a lot!) of new features (fully listed below), such as a UI based on floating windows, and a new Sub-Clip tool which gives editors more... read more
If you work with Silverlight and MVVM, you must have probably been forced to do some weird thing to bind to a property in your view model (say a Command) from a DataTemplate. Some of the common approaches I have seen and used myself are: Using some kind of binding helper as a View’s resource.... read more