Chapter 28 Flashcards

1
Q

What is download groups

A

We can divide application in download groups so application can be download faster first time.

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

What are 2 types of resources

A
  1. Binary resources

2. Logical resources

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

What are Binary resources

A

Binary resources are resources that are known as normal resources in .Net

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

What are 2 sub types of binary resources

A
  1. Embedded

2. Loose

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

What is localization and internationalization

A

Application for local area(language conversion and culture)

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

What is satellite assembly

A

It is concept of localization in .Net. The area which needs to convert from language perspective goes to satellite assembly and the area which does not need change goes to main assembly.

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

What are logical resources

A

It is an object that can be stored as a part of an element. Any thing that is added to logical dictionary is logical resource.

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

What is dynamic resource

A

We actually subscribe to the updates of resource. It means if resource change then we also change.

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

What is static resource

A

We just full value from static resource.

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

Can we do forward reference to static resource

A

No

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

Can we do forward reference to dynamic resource

A

Yes

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

What are system resources

A

Resources used by all applications

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

What is the best method to use system resources

A

dynamic resources

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

What is data binding

A

Data binding toes together 2 arbitrary objects.

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