Using the RadTransitionControl in Task-It
Download Source Code NOTE: To run the source code provided your will need to update to the
RC (release candidate) versions of Silverlight 4 and VisualStudio 2010. In a recent Ask the Experts webinar I showed a simple solution that had similarities to one that I had used in my recent MVVM post, but had a few extra twists on it. I have since been asked if I could post the source code for this demo, so here it is (I am using similar techniques in my Task-It application). The database Before running the code for this app you
will need to create the database. First, create a database called
MVVMProject in SQL Server, then run MVVMProject.sql in the
MVVMProjectDemo/Database directory of your downloaded .zip file. This
should give you a Task table with 3 records in it. You will also need to update the connection string in
web.config to point to your database ...Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.