Questions tagged [xaml]

XAML stand for eXtensible Application Markup Language. It was introduced in Microsoft's .NET 3.0 framework and is used heavily in WPF applications.

XAML stand for eXtensible Application Markup Language. It was introduced in Microsoft's .NET 3.0 framework and is used heavily in UI layout for WPF applications. More information can be found here: http://msdn.microsoft.com/en-us/library/ms752059.aspx and also here: http://en.wikipedia.org/wiki/Extensible_Application_Markup_Language

32 questions
-1
votes
2 answers

Are there any true differences between XAML and XML?

When you look at products like the Razor view engine, there's a clear reason why Microsoft decided to subset another existing standard (HTML) with their own special sauce thrown in. But I cannot find any concrete examples why Microsoft decided to…
AlgoRythm
  • 141
  • 3