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
What is connected scenario? : Entity framework
What is session state management?
What is meant by domain model?
What is model first? : Entity framework
What is tempdata?
How we can add the css in mvc?
Possible ways to prevent xss attacks on mvc application?
What is entity sql? : Entity framework
What are non action methods in mvc?
What are bundling & minification features in asp.net mvc 4?
What is representational state transfer (rest) mean?
What is entity framework firstordefault?
what is deferred loading(lazy loading)?
Is razor a server side?
What is renderbody?