Silverlight free tutorial

Page 1

Tekslate Silverlight Free Tutorial


Introduction to Silverlight The SilverLight is new graphical tool from Microsoft, using silver light we can implement 2D,3D Graphics and animations.The Microsoft designed silver light using Java script and XML. The SilverLight graphical features by default executes in the client Machine browser. The SilverLight is cross browser and cross platform.

The SilverLight Microsoft implemented using XAML (extensible application Markup Language), because of the Markup Language we can implement light weight graphical features in the silver light


Silver Light SDK (200) This software contains all the necessary class breccias these are helpful to develop silver light applications We have different versions in these like 1.0, 2.0,3.0 and 4.0 with visual studio 2010, it is preferable to use 2.0 or higher Silver Light Toolkit This will contain all the controls that are supported by silver light when we install this software we get all the controls added to toolbox in visual studionet or other editor tools For Running the silver light applications Silver light runtime software Silver light managed debugger Silver Light Runtime Software When we install silver light runtime s/w, it will provide all the necessary plugins to the browser, so that the browser can run the silver light appsns This is a lightweight component composed to silver light SDK.


Silver Light Application Project Files In properties folder we find two files App Manifest.xml Assembly info.cs App Manifest.xml This is the application manifest file that is required to generate the application package we should not edit this file strictly prohibited Assembly Info.cs This file contains the name and version metadata that is embedded into the generated assembly .xap file:This is silver light application package file. This file will be generated when we built the project. This is a compressed zip file which contains all the necessary files that are required to start the application


SilverLight Animations An animation is an illusion that is created by quickly cycling through a series of images, where each image is slightly different from the last. An animation updates the value of a property over a period of time. When we are cycling group of image the brain will perceive group of images as a single changing scene In any file this illusion is created by using cameras that record many photographs or frames each second. When the frames are played back by a projector the audience see a moving picture In silver light animations can enhance your graphical creations by adding movement and interactivity SilverLight Storyboard Story board controls animations with timer line and provides object and property targeting information for it child animations. In silver light to create storyboards we use story board class. Story board is physically does not exits, rather it is a logical implementation used to apply the animations we use the following syntax to create story board in xaml.


SilverLight Data Type Animations Silverlight Animation Animations are used to give moments to silver light controls by taking control properties, using animation we can give rich internet user interface to the Asp.net application. The animation we can classified in to two types basically. Data type animation or from / to / by animation Key frame animation Data Type Animation This animation is used to Animate silver light controls by taking control properties, In the Data type animation we can give only one target for animation The data type animation we can classified in to three types The animation between starting and ending Double animation color animation point animation


SilverLight Layouts SilverLight Layouts are used to arrange controls, the silver light supports three types of layouts Grid Canvas Stack panel Grid Layout The grid container the Microsoft designed based on HTML table, depending on the requirement we can arrange collection of controls in the multiple rows and in the multiple columns. Example:- open new silver light application Go to XAML mode In the grid tag


SilverLight Brushes SilverLight Brushes are used to fill colors, images and videos in silver light objects. The silver light supports five types of brushes

1. 2. 3. 4. 5.

Solid color brush Linear gradient brush Image brush Radial Gradient Brush Video Brush


And Also Issues Interview Questions How to’s For More SilverLight Free Tutorials Please Visit: http://bit.ly/1yegB6D


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.