- Silverlight Tutorial
Silverlight is a powerful development tool for creating engaging, interactive user experiences for Web and mobile applications. Silverlight is a free plug-in, powered by the.NET framework and compatible with multiple browsers, devices and operating systems, bringing a new level of interactivity wherever the Web works.
- Silverlight is the browser plug-in that allows you to watch TV shows and movies on your computer. Choose your preferred browser from the list below, and follow the steps to install Silverlight on your Windows computer. Internet Explorer. Select a TV show or movie to watch.
- Silverlight is being pushed side-by-side with Microsoft's Live services for developers. Microsoft is opening up APIs (application program interfaces) for its search engine, for Virtual Earth, for.
- Silverlight Useful Resources

- Selected Reading
In this chapter, we will look at a working example of Silverlight. We need two things −
First, we require a web page. Silverlight is intended for rich internet applications, It is designed to run inside of a web browser as part of a web page. The page needs to incorporate a suitable tag to load the Silverlight plug-in. It can also include the logic to detect whether Silverlight is installed, and can provide some fallback user interface, when it is absent.
The second thing we need is the Silverlight content itself. This tutorial will focus on the .NET programming model for Silverlight. We will create a compiled Silverlight application containing a mixture of XAML, the mockup language we use to define Silverlight user interfaces, and .NET code written in C#.
Create a Web-page
The easiest way to start using Silverlight is to create an ordinary website with HTML pages and no server side code. Let us look at a very simple example.
Step 1 − Open Visual Studio. Click the File menu, point to New and then click Project.
Step 2 − A New Project dialog box will open. Under Templates, select Visual C# and then click Silverlight. In the right pane, choose Silverlight Application.
Enter a project name and a location on your hard drive to save your project and then click OK to create the project.
The Silverlight project itself is just going to build the Silverlight content, and that content is just one asset amongst many that are going to make up the whole web application.
Click OK.
Step 3 − Check the Host the Silverlight application checkbox. The default is an ASP.NET Web Application Project.
Step 4 − MS-Visual Studio has created two projects, the Silverlight project and an ASP.NET web application. Now, we do need an ASP.NET web application. You can see this in the Solution Explorer window as shown below.
Anything that can serve up the content via HTTP will do but this is Visual Studio, and it understands the ASP.NET web technology, so that is what it gives us.
To demonstrate that Silverlight does not depend on any particular server-side technology, let us delete this .aspx file, leaving just the plain static HTML file.
Step 5 − Right-click FirstExampleTestpage.aspx. From the list of options, click Delete.
Step 6 − Set FirstExampleTestPage.html as the Start page.
The MainPage.xaml file defines the user interface for Silverlight content. Either you can write XAML code directly or you can also use Toolbox to drag and drop different UI elements.
Step 7 − Given below is a simple code in MainPage.xaml in which a Button and a TextBlock are defined inside the StackPanel.


Step 8 − This example assumes that you have created an event-handling method named ClickMe_Click. Here is what it looks like in the MainPage.xaml.cs file.
Step 9 − A Silverlight application can be run on any installed browsers.
Step 10 − When the above code is compiled and executed, you will see the following webpage.
Step 11 − Now, when you click the Click Me button, it will update the text in the TextBlock as shown below.
We recommend you to execute the above example by adding some more UI elements.
-->This article describes the Microsoft Silverlight 5 for Windows download version 5.1.40620.0.
Original product version: Silverlight
Original KB number: 3075609
Summary
The Silverlight 5 for Windows download version 5.1.40620.0 is available. It includes all security fixes in MS15-044 (MS15-044: Description of the security update for Silverlight 5: May 12, 2015) and is functionally identical to Silverlight 5 for Windows version 5.1.40416.0. This download is an upgrade for earlier versions of Silverlight.
Integration of MSN and Bing default
The Silverlight installer now includes options to set MSN as your default homepage and Bing as your default search engine. Automated silent installations and upgrades (for example, those performed by Microsoft Update and Windows Server Update Services) do not use the Silverlight installer user interface and will not change your homepage or search engine.

Download information
You can install the 5.1.40620.0 version of Silverlight 5 from the Get Microsoft Silverlight page if you do not have Silverlight version 5.1.40416.0 installed. The 5.1.40620.0 version is not available through Microsoft Update.
Prerequisites
This download applies to any Windows operating systems that are supported by Silverlight. It does not require a previous installation of Silverlight.
Restart requirement
You do not have to restart your computer to complete this installation.
Other ways to install this download
Every version of Silverlight 5 for Windows includes a self-updater that can periodically scan Microsoft.com for the latest updates to the Silverlight plug-in. If the self-updater is enabled and detects a new version, the plug-in prompts you to download and install the update.
File information
The global version of this download has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
For all supported 64-bit releases of Microsoft Silverlight 5 for Windows
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Silverlight_x64.exe | 5.1.40620.0 | 13,161,184 | 20-June-2015 | 9:57 | x64 |
Silverlight Microsoft
For all supported 32-bit releases of Microsoft Silverlight 5 for Windows
Silverlight For Chrome
| File name | File version | File size | Date | Time | Platform |
|---|---|---|---|---|---|
| Silverlight.exe | 5.1.40620.0 | 7,018,208 | 20-June-2015 | 8:50 | x86 |