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. In Silverlight 2, one way to prevent external BCL assemblies such as System.Xml.Linq.dll Read More...