In this article, we will investigate the new elements and improvements in Silverlight 5. As of this written work, Silverlight 5 has been released. To execute the code cases showed in this article, you ought to have the accompaniments introduced in your framework.

Visual Studio 2010 -

IDE is used to create programs for Microsoft Windows, and in addition — sites, web applications, and web administrations. Visual Studio utilizes Microsoft programming advancement stages, for example, Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can create both local code and oversaw code.

Silverlight 5 SDK -

An application-framing system for composing and running rich Internet applications, like Adobe Flash. A module for Silverlight is accessible for a few programs. While early forms of Silverlight concentrated on gushing media, current adaptations support sight and sound, representation, and liveliness and give designer’s a support for CLI language and improvement devices. Silverlight is likewise one of the two application improvement stages for Windows Phone, yet site pages that utilize Silverlight can’t keep running on the Windows Phone or Windows Mobile variants of Internet Explorer, as there is no Silverlight module for Internet Explorer on those stages.

Microsoft Silverlight 5 SDK contains online documentation, online specimens, libraries, and apparatuses for creating Silverlight 5 applications.

Silverlight 5 Tools -

This bundle is an extra for Visual Studio 2010 SP1 to enhance tooling for Microsoft Silverlight 5 and Microsoft WCF RIA Services V1.0 SP2 . It can be introduced on top of either Visual Studio 2010 SP1 or Visual Web Developer 2010 Express Service Pack 1.

It expands existing Microsoft Silverlight 4 highlights and multi-targeting capacities in Visual Studio 2010 SP1 to likewise make applications for Microsoft Silverlight 5 utilizing C# or Visual Basic.

This download will introduce all parts important for Microsoft Silverlight 5 and Microsoft WCF RIA Services V1.0 SP2 advancement:

Silverlight 5 Developer Runtime

Silverlight 5 SDK (programming advancement pack)

Overhaul for Visual Studio 2010 Service Pack 1 and Visual Web Developer Express 2010 Service Pack 1 (KB2502836)

Microsoft WCF RIA Services V1.0 SP2

Silverlight : A general Introduction -

Silverlight is a program module that stimulates a collective improvement environment of rich online media content that empowers developers and engineers alike to coordinate with interactive media and design into site pages inside the setting of the regulated environment.

In the course of recent years, Silverlight, in the past, known as Windows Presentation Foundation Everywhere (WPF/E), had happened to be well known worldwide for building up the forthcoming era of cross-program, cross-stage Rich Internet Applications (RIAs). As of this written work, Silverlight 5 has been released.

Main 10 Best Features in Silverlight 5

In this area, we will investigate 10 of the best new elements and improvements in Silverlight 5.

1. Various Click Count

This is an element that empowers you totally the quantity of snaps that have happened on the left and right mouse catch.

Here is an illustration:

private void OnMouseDownClickCount(object sender, MouseButtonEventArgs e)

{

// Checks the number of clicks.

if (e.ClickCount == 1)

{

// Single click

}

if (e.ClickCount == 2)

{

// Double Click

}

if (e.ClickCount >= 3)

{

// Triple Click

}

}

2. Troubleshooting XAML Code

This is an incredible new element that empowers you to break into and troubleshoot your XAML code.

3. Rich 3D API

Silverlight 5 gives a rich 3 D API — that empowers you to plan and create applications with activity client interfaces. The inter-manufactured XNA #D illustrations API encourages the advancement of rich, GPU accelerated graphical interfaces. The Silverlight Toolkit incorporates support for client and server side substance venture and XNA content handling pipeline support. Silverlight incorporates XNA Effect support. Note that 3D support in Silverlight is accessible both in-program and out-of-program.

4. Low-Latency Sound Effects in Silverlight 5

To make low idleness sound impacts in Silverlight prior, it was necessary to make a roundabout line of Media Elements that could hold those sound impacts and after that, we additionally needed to compose a code for buffering. With Silverlight 5, you no more need to go for such hassles — you can influence the XNA SoundEffect and SoundEffectInstance classes that give backing to low inactivity playback. These classes additionally can also comprehend wav documents.

5. Execution Improvements in Silverlight 5

The striking execution changes in Silverlight 5 incorporate enhanced XAML parse times, enhanced system inactivity in ClientHttpWebRequest situations, enhanced equipment accelerated the design and diminished start-up time of Silverlight applications utilizing Multicore JIT and 64-bit program support.

6. Enhanced Support for RIA Services

WCF RIA Services were presented in .NET Framework 4 and Silverlight 4 to permit developers to construct applications without the requirement for administration pipes to push or force information from the client’s side. Silverlight 5 gives better backing to expanding RIA Services. It gives improved MVVM backing and better backing for customization of created code.

7. Enhanced Support Text and Printing

Silverlight 5 gives astounding backing to cleaner content rendering and vector based printing.

8. Out-of-Browser Improvements

Silverlight 5 gives better backing to Out-Of-Browser and LOB applications. Presently, trusted out of program applications in Silverlight can make local working framework windows.

9. Enhanced and Flexible Data Binding

Silverlight 5 now gives enhanced backing to information’s official through Implicit DataTemplates. This suggests you can indicate a DataTemplate for a specific kind of official.

10. Trap Play Video

The new TrickPlay highlight in Silverlight 5 empowers you to accelerate or back off the pace at which you are surveying a video without the chipmunk voices. This is an awesome element without a doubt!

Rundown -

In this article, we investigated the main 10 highlights in Silverlight 5. In future articles on Silverlight, we will investigate some of these components in more noteworthy point of interest.

Hope the article proved beneficial!

For More info. Visit : CRB Tech Reviews

Must Read Related Articles :

History of Silverlight Versions and its Features

Top 5 Silverlight Development Tools

--

--