Chapter 14 Flashcards
What are 4 rules for a child to add into his parent
- list
- dictionary
- designated property
- type convert
How we can read XAML in C#
Through XAML reader
Can we set loading of UI asynchronous
Yes
What target property do
It tells where focus should be shifted over
What are resources
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.
What are partial classes
It means we can make one class in 2 different files.
Does 2 partials classes in fact one same class
Yes
What is initialize component in XAML
All components of XAML initialize there in initialize component
What is code behind file
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.
What is BAML and CAML
Binary application markup language
Compile application markup language