Chapter 14 Flashcards

1
Q

What are 4 rules for a child to add into his parent

A
  1. list
  2. dictionary
  3. designated property
  4. type convert
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How we can read XAML in C#

A

Through XAML reader

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

Can we set loading of UI asynchronous

A

Yes

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

What target property do

A

It tells where focus should be shifted over

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

What are resources

A

They are such supplementary files which are not binary executable code but they get space in executable code. All of this supplementary files + binary code makes an exe file.

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

What are partial classes

A

It means we can make one class in 2 different files.

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

Does 2 partials classes in fact one same class

A

Yes

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

What is initialize component in XAML

A

All components of XAML initialize there in initialize component

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

What is code behind file

A

CodeInPage: which means putting our code into our page. CodeBehind is a separate file for the code. This file derives from Page, contains declarations for the server controls, and contains all the event handlers and such. The aspx file then derives from this class for the final page.

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

What is BAML and CAML

A

Binary application markup language

Compile application markup language

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