1. ) What are the sibling libraries in WPF ?
There are three types of sibling libraries in WPF.
3. ) Which languages can be used as a common medium for Designers and Developers both ?There are three types of sibling libraries in WPF.
- Windows Communication Foundation (wcf)
- Windows Workflow Foundation (WWF)
- CardSpace
2. ) Why does we use CardSpace in WPF ?
- CardSpace provides a common identification syatem.
- Cardspace can be used on Desktop applications ,Websites, etc.
- XAML
- HTML
There are following differences between XAML file and Code behind file.
- The XAML File contains the XAML Markup.
- The Code Behind file is associated with a XAML File and contains C# or VB Codes.
- x:Name is used to allow you to uniquely Identify an instance of an object in XAML.
- The value of this attribute can be referenced in the associated c#.