Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When should we use static resource over dynamic resource?



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

Post New Answer

More WPF Interview Questions

What is the simplest and most common way to componentize a complex ui?

1 Answers  


How is Silverlight different from WPF browser application?

1 Answers  


Explain what is markup extension in xaml?

1 Answers  


What is data binding with xaml?

1 Answers  


why do we need two different kinds of trees?

1 Answers  


How to exit a wpf app programmatically?

1 Answers  


How many types of Layout Panel in WPF?

1 Answers   Tech Mahindra,


What are dynamic resources in wpf?

1 Answers  


Which namespace is required for working with 3d?

1 Answers  


How to disable the parent window while a popup is active wpf?

1 Answers  


What is difference between DynamicResource property and StaticResource Property in WPF?

1 Answers  


What is the importance of command and bindings in mvvm pattern?

1 Answers  


Categories