Mike Taulty decided to rebuild his PDC 2010 Silverlight Application with which you can download videos from the 2010 PDC.
Source: Mike Taulty's Blog
One of the things that I really wasn’t pleased about with that application is that it all downloads as one huge XAP file and yet I’m a huge fan of MEF and hadn’t used it in the interests of time. So, I’d really rather have a solution that involves MEF and break the application into a set of modules that are dynamically loaded at runtime rather than all bundled into a big XAP.
This, then, is the first post around starting to put this together and in this post I’ll build zero application functionality but, instead, purely focus on getting the infrastructure together that I’m going to need later on in the application.