What are dynamic and static resources?

devquora
devquora

Posted On: Feb 22, 2018

 

There are two types of resources:

  • Static resource
  • Dynamic resource

We should use the Static Resource markup extension to define the resource as a static resource. The value of Static Resource is determined at the time of loading.

Dynamic Resource is used in a situation where the value of the property needs to be changed at runtime.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    WPF interview questions

    What is WPF and its advantages?

    WPF denotes Windows Presentation Foundation, which is a re-invention of a UI that uses WPF for Desktop applications. Jus..

    WPF interview questions

    What do you understand by Content Alignment in WPF?

    In WPF, various properties are used while dealing with the content of content controls. The two properties are as follow..

    WPF interview questions

    What is the value converter in WPF?

    A Value Converter is known to function as a bridge between a source and a target that is necessary when a target is boun..