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

give the feature of .net2.0 over .net1.1

6 Answers  


Can you set the unlimited length for "maxjsonlength" property in config?

0 Answers  


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

0 Answers  


How can you return string result from Action in ASP.Net MVC?

0 Answers  


Diffence between .net framework 1.0 and 2.0?

2 Answers   DataPoint,


What is the role of the jit compiler in .net framework?

0 Answers  


What is mvc entity framework?

0 Answers  


What is the significance of nonactionattribute?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?

0 Answers  


explain what does .edmx file contains?

0 Answers   Microsoft,


What is .net core framework?

0 Answers  


Categories