Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Designing in ASP.NET using silverlight
#1
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.
....
Job Openings
Reply


Messages In This Thread
Web Designing in ASP.NET using silverlight - by jonathanp198 - 08-23-2011, 10:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  (HTML,ASP,PHP)Help Thread Web 2 1,187 11-16-2013, 09:25 AM
Last Post: sarvsav
  When designing a forum.. Amp™ 5 1,319 05-20-2011, 07:03 AM
Last Post: stephen5565
  So I want to start designing AzNFlare 9 1,766 05-01-2011, 05:04 AM
Last Post: Gaijin

Forum Jump:


Users browsing this thread: 1 Guest(s)