Description:
Demonstrate creating reusable Silverlight user controls through the creation of a calendar application that generates a calendar with calendar items and tasks with dates that can be relocated and edited via drag and drop. Calendar is populated from a database of tasks and saves back to the database using WCF services and entity framework. Explore the VisualTreeHelper and its uses to access elements inside of a container control to dynamically, at run-time, add and manipulate controls. Respond to events of user controls and implementing VisualStateManager to modify the states.

Leave a Comment