Welcome to MSDN Blogs Sign in | Join | Help

UK Application Development Consulting

Your dev. Our passion.

Browse by Tags

All Tags » Silverlight   (RSS)
How to work with PropertyChanged's smelly name string
Karl posted an interesting article recently INotifyPropertyChanged – How to remove the Property Name String Code Smell . It'a nice implementation and the resulting code certainly looks a whole better. As Karl notes the biggest problem this approach faces Read More...
Silverlight out-of-browser and initParams
Silverlight 3 supports a very cool 'deployment model' where you can run the Silverlight Application 'out-of-browser' (OOB) and kick it off from your start menu. It even works offline. This is the future, get to like it. However, because the plug-in is Read More...
Measuring the x,y distance between two elements in Silverlight
This is a useful thing to know if you ever want to do anything funky with Silverlight layout (for example, create an HtmlHost control that floats an iframe in exactly the right place over the plug-in): Point point = element2.TransformToVisual(element1).Transform( Read More...
ADC SoundBytes: July – September 2009
The ADC Team has three further SoundBytes scheduled over the coming months. Two are repeats of popular sessions by Morgan Skinner and Chris Barker, and the third is a new session delivered by Simon Ince. The titles, dates, and abstracts are shown below. Read More...
Build: Sharing types and instances between Silverlight and JavaScript
This post by Salvador shows how to reuse current JavaScript functionality with Silverlight. The first thing that ASP.NET developers ask themselves is how to reuse the current existing JavaScript functionality with Silverlight applications. The good news Read More...
Page view tracker