Monthly Archives: May 2010

DesignData support for Silverlight in Visual Studio 2010 and Blend 4

In order to take advantage of the design-time binding support in Blend (and now VS .NET 2010), especially when using MVVM, you had these options: 1. Set the DataContext in XAML to a StaticResource (like a ViewModel) created for design … Continue reading

Posted in Silverlight | 1 Comment

Syntax Highlighting TextBox in Silverlight using MVVM

EDIT: You can find an update to this post here: Code editor control with syntax highlighting for Silverlight available. This is a demo about leveraging the databinding and templating support in Silverlight and the MVVM pattern to create a simple syntax … Continue reading

Posted in Silverlight | 4 Comments