Welcome to Pete Brown's 10rem.net

First time here? If you are a developer or are interested in Microsoft tools and technology, please consider subscribing to the latest posts.

You may also be interested in my blog archives, the articles section, or some of my lab projects such as the C64 emulator written in Silverlight.

(hide this)

14 May 2008

Silverlight Visualization Application: NFL Free Agency Movement

     

My colleague at AIS, Tad VanFleet, just created a cool Silverlight 2 application for tracking NFL Free Agent movement.

image

Tad is on our BI/Data Visualization team, and has shown a strong interest in, and skill with, Silverlight 2. One of the earliest demos he showed me was a cool geomapped data visualization for one of our clients. Since Silverlight builds on existing skillsets in .NET and C#, it is very approachable to anyone with a .NET background, even if they have never used WPF or any other RIA platform.

You can find Tad's blog post on the NFL Free Agency Movement application here.

Share |
posted by Pete Brown on Wednesday, May 14, 2008
filed under:      

2 comments for “Silverlight Visualization Application: NFL Free Agency Movement”

  1. LucasMajsays:
    Looks very nice. My monitor is at 1600x1200 and the Wiki popup does not appear to center correctly. Wide screens seems be to fine, but 4:3 has issues.
  2. Mikojsays:
    Hi, i have some error in this project when i have decimal representation set on "." work fine when i have decimal representation set on "," not work :).

    easy test in .NET

    String test1 = "0.123456";
    float.Parse(test1);
    String test2 = "0,123456";
    float.Parse(test2);

Comment on this Post

Remember me

3 trackbacks for “Silverlight Visualization Application: NFL Free Agency Movement”

  1. Christopher Steensays:
    WPF WPF UI Update from Background Threads [Via: ChristophDotNet ] Code Camps Charlotte Code Camp -...
  2. Community Blogssays:
    Hanu Kommalapa on Silverlight for the Enterprise, Joel Neubeck on Circular Collision Animation, O'Reilly's
  3. Community Blogssays:
    Hanu Kommalapa on Silverlight for the Enterprise, Joel Neubeck on Circular Collision Animation, O'Reilly's