What are resource files and explain how do we generate resource files?Resource files are files in XML format. They contain all the resources needed by an application. These files can be used to store string, bitmaps, icons, fonts.
Steps to generate a resource file:
1. Open the web page in the design view. 2. Click Tools 3. Select generate local resource 4. .resx file generated in the solution explorer 5. Type in the resources. The file contains the key and value pairs. 6. Save the file.
|