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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of viewmodel in mvc?

621


What is route config?

561


How can I return string result from action in asp.net mvc?

573


What does a viewmodel do?

526


What is entity graph? : Entity framework

536






What is a view engine?

570


Explain how you can send the result back in JSON format in MVC?

583


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

574


If I have multiple filters implemented, what is the order in which these filters get executed?

530


What are the advantages of razor view engine?

531


Can a view be shared across multiple controllers? If yes, how we can do that?

594


What is the benefit of entity framework?

540


What is representational state transfer (rest) mean?

555


What is the mvc pattern (model view controller pattern)?

584


What is action methods in web api?

534