XAML:
Extensible Application Markup Language, or XAML (pronounced "zammel"), is an XML-based markup language developed by Microsoft. XAML is the language behind the visual presentation of an application that you develop in Microsoft Expression Blend, just as HTML is the language behind the visual presentation of a Web page. Creating an application in Expression Blend means writing XAML code, either by hand or visually by working in the Design view of Expression Blend.Duration: 25hrs
Prerequisites
- basic understanding of XML, Web Technologies, and HTML.
Course Content:
- Overview
- Environment Setup
- Writing XAML Application On MAC OS
- XAML Vs C# Code
- XAML Vs.VB.NET
- Building Blocks
- Controls
- Layouts
- Event Handling
- Data Binding
- Markup Extensions
- Dependency Properties
- Resources
- Templates
- Styles
- Triggers
- Debugging
- Custom Controls