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

mention what is the difference between ado.net and classic ado?

0 Answers   Microsoft,


When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?

5 Answers   TCS,


Explain tempdata in mvc?

0 Answers  


what is an assembly?

11 Answers  


How to ensure the credentials for WebService using Windows authentication

1 Answers   Proteans,


What does CLR do as soon as an assembly is created ?

2 Answers   MMTS,


Explain how you can implement Ajax in MVC?

0 Answers  


how do you truncate a table using entity data model?

0 Answers   Microsoft,


Why to use html.partial in mvc?

0 Answers  


What is the greatest advantage of using asp.net mvc over asp.net webforms?

0 Answers  


how to create session in .net

3 Answers  


what is explicit loading?

0 Answers   Microsoft,


Categories