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 the importance of NonActionAttribute?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is boxing and unboxing?
How do you sort a dataset?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
what is explicit loading?
What is code first? : Entity framework
What are Validation Annotations?
What is entity framework firstordefault?
What are the features that are new in .net 2.0
What are the contents of assembly?
What is domain class model?