Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Putting Silverlight Commands to Use

    In the current release of Silverlight, we have the ICommand interface, which defines a command object, just like in WPF. However, unlike WPF, it seems that Silverlight does not have any built-in support for actually using ICommand objects just yet. This...
    Filed under:
  • Listen to NY Times Podcasts with Silverlight 2.0

    I have spent a lot of time recently coming up to speed with Silverlight 2.0. It is the alpha version of Silverlight that is programmable via .NET languages, such as C# and VB.NET. It has been an interesting adventure so far, and I am excited to see how...