How to Add Silverlight Assembly to Add Reference Visual Studio Dialog
Last Updated on Saturday, 30 June 2012 10:40 Written by Andrew Ivanov Friday, 6 July 2012 12:00
This is necessary in order to be able to refer to an assembly of several projects and not to transfer the assembly each time with the project.
After installing Silverlight, in dialogue “Add reference” Visual Studio, we can see a set of standard assemblies that are part of Silverlight.
As it turned out, in order to enable the assembly to refer to any of the projects through dialogue “Add reference”, you need to add a special key in the registry:
Learn MoreHow to Use Deep Zoom in Silverlight
Last Updated on Saturday, 30 June 2012 10:37 Written by Andrew Ivanov Wednesday, 4 July 2012 12:00
If you still do not know what Deep Zoom is, it’s time to learn about it!
Deep Zoom provides the ability to interactively view high-resolution images. You can zoom in and out of images rapidly without affecting the performance of your application. Deep Zoom enables smooth loading and panning by serving up multi-resolution images and using spring animations.
Learn MoreHow to Configure Web Server to Host Silverlight Applications
Last Updated on Friday, 29 June 2012 05:01 Written by Andrew Ivanov Saturday, 30 June 2012 12:00
Not only IIS web server can host Silverlight applications. Apache can host up Silverlight content too. Silverlight introduces two new file extensions (.xaml for loose XAML files and .xap for the zip-based binary packaging format). As a result, you need to add the MIME types for those file extensions to your web server so that it recognizes Silverlight content appropriately. Here are the MIME types you need to add to the server configuration:
| Extension | MIME Type |
| .xaml | application/xaml+xml |
| .xap | application/x-silverlight-app |
How to Create a Silverlight BusyIndicator That is Similar to the YouTube BusyIndicator
Last Updated on Tuesday, 29 May 2012 02:13 Written by Andrew Ivanov Saturday, 9 June 2012 12:00
Hi all! How about we make a download busy indicator that is the same as the YouTube busy indicator?
Well, what have we here? Polygons, which can be in three states, with varying degrees of transparency.
![]()
Define a style:
Learn MoreHow To Store Information About The Sessions in Silverlight Applications For The Analysis – Part 3
Last Updated on Monday, 7 May 2012 04:27 Written by Andrew Ivanov Tuesday, 15 May 2012 12:00
Please begin by reading Part 1 and Part 2.
Next, implement WCF service to get analysis results and display them on UI. It may look like the image below:
Learn More


Recent Comments