Question: What is eXtensible Application Markup Language (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.
Question:
What is eXtensible Application Markup Language (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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.
Answer should be complete in itself.
Related Questions
View Answer
Explain what information Logical Screen Descriptor (LSD) of GIF files has?