What is XAML? - .Net WPF

What is XAML?

- Extensible Application Markup Language is a XML based language which is used to create rich GUI’s.

- It supports both vector and bitmap images.

- These files are XML files with .xaml extension.

- It can be used for creating graphical effects.

- XAML allows creating visible UI elements and separate the UI definition from the programming logic.

- It is used for initializing structured values and objects.

- The elements of XAML maps directly to Common Language Runtime object instances.

- It can be compiled into a .BAML file (Binary Application Markup Language), which may be inserted as a resource into a .NET framework assembly.
What is Windows Workflow Foundation? - .Net WWF
WWF is a programming model used for building workflow enabled applications....
Different types of Workflow in Windows Workflow Foundation - .Net WWF
Types of Workflows in WCF:- Sequential workflow, State Machine Workflow, Rules-Driven Workflow...
What is the purpose of XOML file? - .Net WWF
XOML file is Extensible Object Markup Language. It is used for workflow files as an extension.....
Post your comment