We are starting to use Silverlight 3 and PRISM and are successful to load modules by reading from a XAML file. However, I would like to be able to read those definitions from a database table using a WCF call.
I have the WCF call returning data, however WCF is called asynchronously and I cannot get this to work using any of the standard thread synchronization.
Any ideas??