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
When will the .net framework 3.0 be released?
What is .net framwork?
What is the .net framework 3.0 (formerly winfx)?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
How to Redirect Tracing to a File
How we can multiple submit buttons in ASP.Net MVC
Is it possible to share a view across multiple controllers?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Mention two instances where routing is not implemented or required?
Explain what is the difference between view and partial view?
What are the advantages of razor view engine?
What is the difference between entity framework and mvc?
Explain peek method in tempdata in asp.net mvc?
what is entity framework?
In Server how to check whether model has error or not in ASP.Net MVC