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

explain why t4 entity is important in entity framework?

0 Answers   Microsoft,


can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?

1 Answers   TCS,


what is .net?

20 Answers   IBM,


I want ask from plz smaple example code for Biztalkk server

0 Answers  


Explain the methods used to render the views in ASP.Net MVC?

0 Answers  






Explain the new features 3.5 framework against with the tool?

0 Answers  


Explain the .net framework.

0 Answers  


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

0 Answers  


What are the components of the .net framework.

0 Answers  


How to ensure the credentials for WebService using Windows authentication

1 Answers   Proteans,


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

0 Answers  


What are delegates?where are they used

1 Answers  


Categories