Posts
Sort by recent activity
Assembly embedding with MEF ?
Hi
I have tried the assembly embedding functionality in my Silverlight Application but it does not seem to play well with MEF.
When the code reaches "CompositionInitializer.SatisfyImports(this);", ...
Merging vs Embedding: which one is more secure ?
Hi.
I'm building a silverlight app and evaluating SmartAssembly.
I was wondering what is the recommended method to maximize security between Merging and Embedding ?
Also why is not possible to do b...