Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please Let Me know about the usage of xaml.


Where we can use Xaml in applications.

In which scenario we can use the XAML and what is the use of using XAML??
Posted

1 solution

Source: http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language[^]

XAML = Extensible Application Markup Language

Extensible Application Markup Language is a declarative XML-based language created by Microsoft that is used for initializing structured values and objects. It is available under Microsoft's Open Specification Promise. The acronym originally stood for Extensible Avalon Markup Language - Avalon being the code-name for Windows Presentation Foundation (WPF).

Basically XAML is a way of defining the appearance of screens/animations etc that Microsoft introduced for use with Silverlight / Expression Blend / WPF applications.

Google is your friend.

Do Some Research!
 
Share this answer
 
Comments
nandakishoreroyal 17-Jun-13 7:53am    
Dear Pheonyx,
Thank you for your explanation..

Please explain me with a real scenario where we use these XAML.
Pheonyx 17-Jun-13 8:23am    
http://joshsmithonwpf.wordpress.com/2007/09/05/wpf-vs-windows-forms/ << have a read of that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900