[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:,,,/
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