Tag Archives: Dynamically

Using Autofac as an IoC Container in Silverlight Applications

The subject of Dependency Injection (DI) and Inversion of Control (IoC) containers has received a lot of attention over the last few years.  Building applications that are loosely coupled has become more and more popular (and for good reason) especially … Continue reading

Posted in tutorial | Tagged , , , , , , , , | Comments Off

WCF RIA Services – Dynamically create a criteria on the client-side

Note: This post is based on the WCF RIA Services VS 2008 PDC Beta and VS 2010 Beta 2 preview, changes can be done before the framework hits RTM. I have seen questions about how to dynamically create search criteria … Continue reading

Posted in tutorial | Tagged , , , , , | Comments Off

Managing Dynamic Content Delivery In Silverlight, Part 2

Contents Motivation for a Permanent Cache Foundations of Isolated Storage Isolated Storage API Building a Permanent Cache of Packages Expiration Policies Putting It All Together Some Final Notes Last month I discussed how to serve a Silverlight application some dynamically … Continue reading

Posted in tutorial | Tagged , , , , , | Comments Off

Managing Dynamic Content Delivery In Silverlight

Not new but great! Code download available from the MSDN Code Gallery Browse the Code Online Contents The Size of Silverlight Applications Dynamically Generated XAML Dynamically Generated XAP On-Demand Content Caching Downloaded Content A Tool for Downloads Downloading XAML-Only Data … Continue reading

Posted in Data, tutorial | Tagged , , | Comments Off

Dynamic Module Loading with Silverlight Navigation using Prism

I started a project to update my personal website using Silverlight. The goal is to use Prism/Composite Application Guidance to build out a nice site that demonstrates some Silverlight capabilities and make the source code available as a reference. One … Continue reading

Posted in tutorial | Tagged , , , , | Comments Off

Dynamic Theming in Silverlight with Implicit Styles

Recently I’ve  had a few questions about how to dynamically set or change the visual theme for a Silverlight application at runtime.  The scenario is generally that an application has many possible themes, and needs to pick one  depending on, … Continue reading

Posted in Design | Tagged , , , | Comments Off

Silverlight 3 Navigation: Even more on Dynamically Loaded Pages

from Brad Abrams I got a lot of great feedback on my post Silverlight 3 Navigation: Dynamically Loaded Pages… Now MEF Powered! Dinesh Chandnani decided to do an update to this sample after looking at the feedback and talking to … Continue reading

Posted in tutorial, User-Interface | Tagged , , , , | Comments Off

IxEdit a JavaScript-based interaction design tool for the web

Great Tool IxEdit is a JavaScript-based interaction design tool for the web. With IxEdit, designers can practice DOM-scripting without coding to change, add, move, or transform elements dynamically on your web pages. Especially, IxEdit must be useful to try various … Continue reading

Posted in Animation | Tagged , , , | Comments Off