By now, you probably are aware that you can dynamically load XAP files using the Managed Extensibility Framework (MEF) within your Silverlight applications. Have you been scratching your head, however, and wondering how on earth you would actually test something like that?
It is possible, and here's a quick post to show one way you can.
First, we need a decent deployment service. You're not really going to hard-code the download and management, are you? I didn't think so. If you need an example, loo...
↧