What is a resource? Provide an example from your recent
project.
Answer Posted / bipin
Resources are images,files,soundfiles etc.
A resource file is created for different Cultures are
complied into assembly and placed in output Directory
A resource file is an XML file that contains the strings
that you want to translate into different languages or
paths to images.
The resource file contains key/value pairs. Each pair is an
individual resource. Key names are not case sensitive. For
example, a resource file might contain a resource with the
key Button1 and the value Submit.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a class have more than 1 destructor?
What is the use of parse in c#?
Can we inherit private class in c#?
What is a framework in c#?
What is array collection?
What are the value types in c#?
Tell me the difference between call by value and call by reference.
Is javascript harder than c#?
What are the examples of data types?
Can you specify nested classes as partial classes?
What does type safety mean?
How do I create a multilanguage, single-file assembly?
What is a factory in c#?
What are the benefits of using the aggregate method in linq?
What is datagridview in c#?