Inside Silverlight 2: Part 2

Tweet Inside AppManifest.xaml The file contains the following: The manifest specifies the entry point assembly which should be loaded by the Silverlight host and within the assembly it requires a type derived from System.Windows.Application for start executing the application. Here, the [...]

Inside Silverlight 2 – Part 1

Tweet I would like to share some of my basic understanding of Silverlight internals in this series. XAP File When you build a Silverlight 2.0 application, the final outcome would be: 1. ApplicationName.dll 2. AppManifest.xaml 3. ApplicationName.xap When a request is made for a page which contains a Silverlight, the server sends the page with [...]