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 |
What is latest version of .net framework?
What is difference between html.beginform and ajax.beginform?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
How we can handle the exception at controller level in ASP.Net MVC?
What is the advantage of using asp.net routing?
What is strong name and which tool is used for this ?
4 Answers Accenture, BirlaSoft,
Which is the base class for .net Class library?
Is CLR is compiler or Interpreter
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What are the contents of assembly?
how can you tell ef to have a different table or column name than that defined for the class?
What is an asynchronous controller in asp.net mvc?