Assembly caching in Silverlight 3.0
I am continuing discussing new features on Silverlight 3.0. Current topic is assembly caching. In Silverlight 2.0 all assemblies that your application needed would have to be included in your XAP file(s). In Silverlight 3 you can force browser to cache one or more assemblies that your application needs. In case of caching your can …