What are Resource Files ? How are they used in .NET



What are Resource Files ? How are they used in .NET..

Answer / kirti

Resource files are the files containing data that is logically deployed with an application.These files can contain data in a number of formats including strings, images and persisted objects. It has the main advantage of If we store data in these files then we don't need to compile these if the data get changed. In .NET we basically require them storing culture specific informations by localizing application's resources. You can deploy your resources using satellite assemblies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible

2 Answers  


what is Thread Priority?

2 Answers  


What is difference between html.beginform and ajax.beginform?

0 Answers   HCL,


When will the .net framework 3.0 be released?

0 Answers  


In which testing using in .net framwork?

2 Answers  






What is layout in mvc?

0 Answers  


What is the difference between windows vista and .net framework 3.0 ?

0 Answers  


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

0 Answers  


If foreground completes its processing will it wait for background threads?

1 Answers   Kanbay,


How does �side by side� work for the .net framework 3.0?

0 Answers  


how can you enhance the performance of entity framework?

0 Answers   Microsoft,


What is action methods in web api?

0 Answers  


Categories