When should we use static resource over dynamic resource?
Answer / Indu Singh
{"Static Resource is used when the value of a resource does not change during the lifetime of an application. It gets loaded once and remains constant throughout. This reduces the overhead of creating a new instance every time.nDynamic Resource, on the other hand, provides a mechanism to create resources at runtime, which can be useful for values that may vary while the application is running. However, it creates more overhead due to the creation of objects dynamically.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the simplest and most common way to componentize a complex ui?
How is Silverlight different from WPF browser application?
Explain what is markup extension in xaml?
What is data binding with xaml?
why do we need two different kinds of trees?
How to exit a wpf app programmatically?
How many types of Layout Panel in WPF?
What are dynamic resources in wpf?
Which namespace is required for working with 3d?
How to disable the parent window while a popup is active wpf?
What is difference between DynamicResource property and StaticResource Property in WPF?
What is the importance of command and bindings in mvvm pattern?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)