Today I’ll show probably one of most expected features – taking Silverlight application offline. To do it all you need to do is to add new section to AppManifest.xml. The section should be like following example: < Deployment.ApplicationIdentity > < ApplicationIdentity ShortName ="Silverlight Offline Demo" Title ="Silverlight Offline Application Demo" > < ApplicationIdentity.Blurb > This is sample application to show Silverlight 3 offline support. Created by...