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
Is it possible to force garbage collector to run?
What is the example of predicate?
Explain about Error handling and how this is done
Explain what are the steps for creating clr trigger?
What is the difference between a private assembly and a shared assembly?
How to find type of variable?
What is extension method in c sharp?
What are examples of desktop applications?
How can you force derived classes to provide new method implementations for virtual methods?
What is the purpose of dependency injection?
What does args mean in c#?
What is iqueryable in linq?
What Is A Satellite Assembly?
Is constructor a static method?
What is a thread c#?