1.

What Is Xaml?

Answer»
  • XAML stands for eXtensible APPLICATION Markup Language.
  • XAML is known as a declarative markup language.
  • XAML simplifies UI creation for .NET Framework applications.
  • Has flexibility to CREATE UI elements in XAML and separate the UI definitions from runtime logic.
  • Code behind files support separating UI definitions from runtime logic.
  • XAML work flow includes separate elements to work on UI design, BUSINESS logic by using different potential tools.
  • XAML can be REPRESENTED as text files in as XML files and XML encoding is applied to it by using UTF-8 standard.



Discussion

No Comment Found