Recommended

  • Silverlight.FX
    Silverlight.FX is a light-weight application framework for building RichInternet Applications with Silverlight 2.
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight

Silverlight Hosting

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for Assembly Caching.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Jul 29, 2009 (3 weeks ago)
    Danijel Belgrade has posted a practical example of using Assembly Cache in new projects. To use it for existing ones you just have to skip Step 1 and 2 from the tutorial.

    Silverlight 3 Assembly Caching feature makes XAP files much smaller, which can dramatically reduce download for your existing Silverlight 3 application users, resulting in much better user experience even if code is constantly evolving.

    Assembly caching is practically collection of zip files holding third party or any other dlls that is downloaded to client's machine on Silverlight application start and saved in browser's cache via browser's cache mechanism.

    Silverlight 3 Assembly Caching is not available in OOB scenarios and when external dlls are needed only on user's request.



  • 0 comments  /  posted by  Silverlight Show  on  Apr 07, 2009 (4 months ago)
    Jeff Prosise will show you a simple and elegant option to prevent external BCL assemblies such as System.Xml.Linq.dll from swelling the XAP file.

    One of the overarching goals when designing a Silverlight application is to minimize the size of the XAP file. The smaller the XAP file, the faster the application loads.

  • Assembly Caching and Hardware Acceleration

    0 comments  /  posted by  Silverlight Show  on  Mar 30, 2009 (4 months ago)
    Tags: Assembly Caching , Hardware Acceleration , Silverlight 3
    Alex Golesh has posted two quick Silverlight 3 tips. The first one is about assembly caching and the second is about the new and highly expected future – hardware acceleration.