Posts tagged with silverlight
Uncertainty and the Nanny Stack
Why Silverlight/WPF developers are reaping the fruit of their bad choices.
HTML vs. Silverlight vs. WPF
A short guide on how I choose between WPF, Silverlight and ASP.NET/HTML
Silverlight v. HTML, part II
Some more thoughts on where and when Silverlight should be used
Silverlight: next decade's IE 6 problem
I come to the realization that Silverlight is leading us down the path of creating the future equivalent of the IE 6 problem
Real-world MVVM Presentation from DDDSydney
Slides and code samples from my DDDSydney talk about MVVM
MVVM Instantiation Approaches
A short series of examples on instantiating and assigning MVVM ViewModels to a View
Annotated Data Contracts and the Content Enricher pattern
An approach to tagging your service contracts with extra information using the content enricher pattern.
Magellan Route Registration
I'm implementing a routing engine in Magellan. Unfortunately I have to make a slight deviation from the ASP.NET route registration syntax.
Magellan Navigation Engine Design
Plans for a better navigation framework for WPF and Silverlight
Gotcha: VB.NET classes and namespaces in XAML
A small gotcha that can occur when migrating XAML files from C# to VB.NET