Select Page
Notifications
Clear all

Design website using silverlight

(@Anonymous)
New Member

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:

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.
....
Job Openings

Quote
Topic starter Posted : 22/08/2011 9:24 am
(@Anonymous)
New Member

Re: Design website using silverlight

jonathanp198;74822 wrote: 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:

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.
....
Job Openings

Thanx dude..
I did not have any knowledge regarding silverlight.
From your information, i got the idea what it is..
Keep sharing.:)

ReplyQuote
Posted : 25/08/2011 9:10 am
Share: