Thursday’s… PDC09’s XAML Futures talk will show off several demos…one of them will be a demo of .NET 4’s System.Xaml.dll and the DLR. Code intertwined with markup, generally isn’t best practice, but I’ve talked with several customers who have wanted to...
I received a customer request for how a XAML downloaded from a server can still have events. Let’s discuss the options for .NET 3.x, 4 and Silverlight. Option 1: Compile your XAML (works in v3, v4, and Silverlight) By default, when you add a XAML page...
WPF Controls Emphess.Net: A MenuKiller Control - this article is a work in progress detailing how to build a new paradigm for menus... Filipe Fortes: BindableRun - I recently had to point this out to somebody inside of Microsoft. Ever wanted to...
DLR is the Dynamic Language Runtime...a library for the CLR (.Net or Silverlight) that enables "scripting" or "dynamic" languages (Ruby/Python/etc...). Check out DLR Pad on CodePlex to see a XamlPad app where you have an additional...