I am using Prism and MEF to modularise my Silverlight application but it is quite slow.
This is largely down to heavyweight Telerik controls making my module 5 times the its original size. Each of the 3 modules have this problem as they all reference these dlls. I'm only using their grid too.
Any ideas on how I might get round this as I may have to drop the Telerik controls?
Thanks