DCSIMG
XAP,.NET - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » XAP » .NET (RSS)

Thoughts about application packaging, Resources, MVVM and others

I thought a lot before decided to write this post… First - I’d like to thanks Ariel Ben Horesh for “inspiring” me to write this post and for dedicating so much time to write his post! After reading his post I thought a lot and my thoughts about the post are the follows: 1. First, I thought about the applications and the way to provide user with best experience while loading those applications… The users shouldn’t wait minutes for application to download… While authoring large Silverlight applications...

Silverlight 3 Quick Tip #5: Assembly Caching

Always wanted to have smaller XAP files and take control of external assemblies, that are not part of core runtime? Using Silverlight toolkit and want to cache this assemblies on client machines to keep the resulting XAP smaller? Well, if so new feature in Silverlight 3 Beta will help you. To enable assembly caching, in Silverlight project properties check “Reduce XAP size” checkbox: The effect are following: In standard non-checked compilation the XAP file has all the external assemblies being referenced...