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 |
Explain how you can implement Ajax in MVC?
how do you mark a property as required? For example, for a project, the name is a required field.
What is edm designer? : Entity framework
What is difference between viewbag and viewdata and tempdata?
What is Jit compilers?.how many are available in clr
How does .net framework works?
I want ask from plz smaple example code for Biztalkk server
creating crystal reports in asp.net & vb.net
What are the types of assemblies and where can u store them and how ?
11 Answers Accenture, BirlaSoft, IBM,
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Is the lack of deterministic destruction in .NET a problem
how to create session in .net