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

What is a view engine?

0 Answers  


How do you handle variable number of segments in a route definition?

0 Answers  


Mention the core components of .net framework?

0 Answers  


What is "out" parameter how it is used in methods?

6 Answers   Polaris,


What is Peek method in Tempdata in ASP.Net MVC?

0 Answers  


what is scalar property?

0 Answers   Microsoft,


Explain linq to entities? : Entity framework

0 Answers  


How we can invoke child actions in ASP.Net MVC?

0 Answers  


Is .NET a runtime service or a development platform?

1 Answers  


What is a razor file?

0 Answers  


How can we determine action invoked from HTTP GET or HTTP POST?

0 Answers  


differences between poco, model first and data first approach?

0 Answers   Microsoft,


Categories