The Composite Application Guidance for WPF – June 2008 release brings out-of-the-box support to load modules on demand. The only thing that you need to do is set the StartupLoaded property of the module to false. This feature is provided by the following Module Enumerators classes: The DirectoryLookupModuleEnumerator class that discovers modules in assemblies stored in a... read more
We published in the CompositeWPFContrib web site a new sample application. This application is the WPF Quickstart (shipped with the SCSF source code) regenerated using the Composite Application Guidance for WPF. We used this sample application while drafting the Composite Application Guidance for CAB Developers document. You can find this sample in the last Change... read more
A popular demand in Codeplex forums the past weeks has been related to working under temporarily connected scenarios. The Disconnected Service Agent Application Block that has been shipped with the SCSF since the May 2007 version was specially designed for this type of scenarios. Damian Schenkelman wrote a blog post overviewing the DSA to answer... read more