Chapter 28 Flashcards
What is download groups
We can divide application in download groups so application can be download faster first time.
What are 2 types of resources
- Binary resources
2. Logical resources
What are Binary resources
Binary resources are resources that are known as normal resources in .Net
What are 2 sub types of binary resources
- Embedded
2. Loose
What is localization and internationalization
Application for local area(language conversion and culture)
What is satellite assembly
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.
What are logical resources
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.
What is dynamic resource
We actually subscribe to the updates of resource. It means if resource change then we also change.
What is static resource
We just full value from static resource.
Can we do forward reference to static resource
No
Can we do forward reference to dynamic resource
Yes
What are system resources
Resources used by all applications
What is the best method to use system resources
dynamic resources
What is data binding
Data binding toes together 2 arbitrary objects.