Thursday, 27 October 2011

WPF Study Key words

Study strategy: Do Practice exams, then read the self-paced training book on weaknesses.

[Controls]
WPF Controls:
+ individual controls
+ Item controls
+ Layout controls

Attached Properties
e.g.

[Resource]
Binary resource
Logical resource - can be defined and accessed in XAML files in comparison to Binary resources
Static resource
Dynamic resource

pack URI syntax: pack:////
e.g. Source="pack://application:,,,/myFolder/myPic.bmp"
Use the pack URI syntax to access resources embedded in other assemblies
pack://application:,,,/;component//

siteOfOrigin pack URI syntax:
This is useful for ClickOnce application.

[ClickOnce Application]
ClickOnce application:
Pros: Easy to deploy - just need to click on a link.
Update automatically
Run in a security sandbox.
Cons: Cannot change registry
Cannot manage COM
Cannot manage ODBC
Cannot do other stuff with high security restriction.

No comments:

Post a Comment