#1  
Old 24th August 2011, 08:02 PM
jonathanp198 jonathanp198 is offline
Junior Member
 
Join Date: Aug 2011
Posts: 2
Default Web Designing in ASP.NET using silverlight

Silverlight is a web based technology, launched by Microsoft in April 2007. Silverlight is considered as a competitor to Adobe Flash.

Silverlight applications are delivered to browsers in a text-based markup language called XAML.
What is XAML ?
XAML stands for eXtensible Application Markup Language. XAML contain XML that is used to declaratively specify the user interface for Silverlight or WPF applications.

For example, if you need to display a rectangle, this is the XAML you need to use:

<Canvas Width="500" Height="500" Background="White">
<Rectangle Canvas.Left="75" Canvas.Top="90" Fill="red" Width="100" Height="100" />
</Canvas>


When the above xaml is executed, it will display a rectangle filled with red color.

You may notice is that XAML is very similar to HTML in nature.

Find Latest Job Openings
__________________
cegonsoft domlur


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Designing SQL to select specific relations Lauchlan M nexusdb.public.support.sql 2 27th April 2006 09:10 PM
Designing a FastReport with NexusDB2 Malcolm Cheyne nexusdb.public.support 2 11th July 2005 04:42 PM
OT: Designing interfaces for XP and others JC Boggio nexusdb.public.discussions 26 8th December 2003 04:36 PM


All times are GMT +11. The time now is 05:17 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.