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 the difference between int and int in c#?
What are custom attributes in c#?
What is private static in c#?
Which .gang of four. Design pattern is shown below?
Why References are stored on heap and variables on stack?
What is meant by collections in c#?
What is difference between events and delegates?
Can a abstract class have a constructor?
Is cli same as the clr?
How does bitwise xor work?
What are nested classes in c#?
What is the use of delegates in c#?
Write down the c# syntax to catch an exception
What's your approach to fetch static data in your windows form application?
What is sqldataadapter in c#?