What is a resource? Provide an example from your recent
project.
Answers were Sorted based on User's Feedback
Answer / chandana
Resources are objects like images, text files etc.
Is This Answer Correct ? | 16 Yes | 1 No |
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 |
Is c++ or c# better?
How do I make a dll in c#?
When compiler adds a default constructor to a class?
Why interface is required?
How are methods overloaded?
What is scaffolding in c#?
Hi, Can we implement the Abstract class on interface in c#, If yes then provide the code implementation
What is hashtable c#?
When should I use static in C#?
0 Answers SwanSoft Technologies,
What is the difference between list and arraylist c#?
How many bits is int32?
What is the difference between an integer and int?