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...
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...