Browse by Tags
All Tags »
Silverlight (RSS)
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 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...
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...
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...
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...