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

About DTS package ?

1 Answers   Accenture, Grafotech,


Will the finally block get executed if an exception has not occurred

1 Answers   Siebel Systems,


Mention the core components of .net framework?

0 Answers  


Explain the advantages of asp.net mvc over asp.net?

0 Answers  


What is inline schema, how does it works

1 Answers  






What is the use of view model in asp.net mvc?

0 Answers  


what is use of entity container?

0 Answers   Microsoft,


What is associationset? : Entity framework

0 Answers  


What is edm designer? : Entity framework

0 Answers  


What is .net architecture and framework?

0 Answers  


Integer & struct are value types or reference types in .NET?

3 Answers  


will there be any issues adding a table without primary keys to a data model?

0 Answers   Microsoft,


Categories