Home Articles Silverlight Silverlight Basics for beginners


Silverlight Basics for beginners

User Rating: / 9
PoorBest 
Avatar

Introduction: Microsoft introduced Rich Internet Application with the introduction of Silverlight which is a very lightweight and a client-side application.

Definition :

In simple words Silverlight is a Client-framework having cross-browser, cross-platform ability developed by MicroSoft, which provides Designers and developers to develop Rich Internet Applications [RIA] to embed into web applications.



Silverlight Framework

 

Silverlight Framework is a combination of following three very different architectures:

 

  1. Browser-plug-in

It provides the necessary interaction with the browser enabling the same Silverlight application to run on multiple platforms The plug-in must be installed by the user before Silverlight applications can be viewed in the browser.

  1. Presentation framework
  2. .Net Framework

These provide Silverlight to bridge the gap between UI and interactive language.

As Silverlight applications are run as Client-Side applications so there is no need to refresh the page /UI. Using Silverlight’s implementation of the .NET framework, developers can easily integrate existing libraries and code into Silverlight applications.

 

Presentation of Silverlight is a sub-set of Windows Presentation Foundation [WPF] which is based on the eXtensible Application Markup Language (XAML) programming language. The XAML language is simply based on the XML language with application elements that map to objects and properties in the .NET framework. Because it is based on the XML language format it can be easily parsed and integrated with many technologies.

Silverlight implementation of WPF provides a rich set of controls such as buttons, calendars, text boxes, scroll viewers, a data grid, and much more. These controls are easy to implement in the XAML language as well as easy to access from .NET managed code.

Silverlight media pipeline makes it simple to stream media such as WMV, MP3, and JPEG files to your application UI. This allows you to add rich UI elements that can give users a true Web experience.

 

Importance or why we use Silverlight?

  1. Its a cross-browser and cross-platform technology so, its provide enrich experience at client-side.
  2. Plug-ins are installed in few seconds.
  3. Its run as a client-side application so there is no need to refresh UI
  4. Empowering of rich videos, and audios.

Architectural View of Silverlight Framework

The Silverlight framework allows applications to access Web services, databases,

Web servers, and other data sources to acquire data that is displayed in the UI. It also allows the application to integrate with the Web page DOM as well as AJAX and JavaScript to enhance the functionality of the Web page.

 

Following is the architectural view of Framework:

Due to the scope of the article we are not describing it in detail.

Conclusion:

In sum up now we have idea about the silverlight and its architecture.

 

 

 

 

 

 

 

Comments (2)
  • shuby.arora
    Good information
  • g_arora
    Thanks Shuby :D

    Will try to post some more articles soon
Only registered users can write comments!
Last Updated on Tuesday, 26 January 2010 16:54  

Member Login

AddThis Social Bookmark Button