With the VSIX deployment in Visual Studio 2010 the world become a better place for developers – we are now able to add small tools to our IDEs and customize them the way we want with just a few megs of download from the Online Gallery. If we don’t use the tool for some time and we don’t want it to eat some of our PC resources we can just disable it through the Extension Manager. If we don’t like a tool we can simply remove it. The VSIX deployment guarantees that a tool is uninstallable, as the deployment is...
Task-It Series This post is part of a series of blog
posts and videos about the Task-It (task management) application that I
have been building with Silverlight 4 and Telerik's RadControls for
Silverlight 4. For a full index of these resources, please go here.
One of the posts listed in the index provides a full source download
for the application, and I will be referring to that source code in
this post. Prior topics In my last 2 event-related posts I talked about passing information between components via events and using events in providing feedback to a user when time consuming operations are in progress. I also blogged recently...
Task-It Series This post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's RadControls for Silverlight 4. For a full index of these resources, please go here. One of the posts listed in the index provides a full source download for the application, and I will be referring to that source code in this post. Leading up to displaying an error As I was preparing to write Part 3 of my mini-blog post series about Events in Task-It I realized that should give a little background...
I have posted a new video about using the RadTransitionControl to create nice transitions between UI elements, UserControls and Pages in my Task-It Silverlight 4 application. You can view the video...
Task-It is a sample app (for task management) that I've developed in Silverlight 4 using Telerik's RadControls for Silverlight. As the video and blog post series related to this application continues to grow, it's about time to post an index to the resources. Keep an eye out for new posts, and follow me on Twitter (@rwozniak) if you'd like to be notified when new videos and posts are added! Videos Intro to Task-It Teaser Video Task-It Webinar - Building a real-world application with Rad Controls for Silverlight 4 Populating the RadGridView with WCF RIA Service data Using RowDetails in RadGridView Using the RadTransitionControl in Task-It Populating the...