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
What is array and types of array in c#?
How do I download a program to my desktop?
What is the use of return in c#?
What is the do while loop code?
Can properties be overloaded in c#?
Why is c# a good programming language?
What is difference between managed and unmanaged code?
What is immutable in C#?
Can you have parameters for static constructors?
Can we declare class as protected?
What is the difference between function and method in c#?
Write the difference between TypeOf and GetType?
Can a child class call the constructor of a base class?
What is difference between ienumerable and enumerable in c#?
Define c# i/o classes?