What is difference between DynamicResource property and StaticResource Property in WPF?
Answer Posted / Kuldeep Kumar Gupta
The StaticResource property retrieves a resource only once when it is first requested, storing the result for subsequent uses. The DynamicResource property requests the resource every time it is used or whenever the resource changes. This makes DynamicResource more flexible but potentially slower.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category