↧
Optimize Silverlight applications for smaller size
When putting content on the web, it’s important to get that content to the user as quickly as possible. In general, reducing the amount of data users need to download is a big step in the right...
View ArticleHow to profile a silverlight application
Try profiling with the Visual Studio profiler in order to get a good measure of your managed code and the native code executing within Silverlight. The profiler will help point you to where you’re...
View ArticlePros and Cons of application library caching and GPU acceleration in Silverlight
Reduce XAP size by using application library caching Advantages This reduces the XAP size by allowing those libraries configured with a dllname .extmap.xml file to be placed in individual zip files....
View Article