Chapter 13 Flashcards

1
Q

What is XAML

A

XAML is a set of rules that specify the mapping from .Net to XML. XAML is about creating and manipulating objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is xmlns

A

XML namespace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How much namespace can be in XML by default

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How much namespace can be in XML by non default

A

multiple

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is winfx

A

Its a framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How we make an object in XAML

A

by tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are type convertors

A

A type converter can be used to convert values between data types, and to assist property configuration at design time by providing text-to-value conversion or a drop-down list of values to select from.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Does attributes in C# are meta information for class

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is markup extention in XAML

A

It is the power of XAML and alternative to type convertors. In XAML applications, markup extensions are a method/technique to gain a value that is neither a specific XAML object nor a primitive type. Its usage is like this

Note: here x is namespace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Doess type converters and markup extention are 2 powers of XAML

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is content property

A

Every element designate a property that this is my content property
e.g.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly