Explain how to retrieve resources using ResourceManager class - .Net Assembly

Explain how to retrieve resources using ResourceManager class.

- ResourceManager class is used to retrieve resources at run time.
- Create a ResourceManager with resource file name and the resource assembly as parameters.
- After having created, you can use ResourceManager.GetString method to retrieve a string.
- Use the ResourceManager.GetObject method to retrieve images and objects from a resource file.
Define Strong Name. How do you apply a strong name to assembly? - .Net Assembly
.Net Assembly - A strong name means generating public key in order to provide unique name to the assembly....
How do you install assembly to the Global Assembly Cache? - .Net Assembly
.Net Assembly - Global Assembly Cache is the place holder for shared assembly. If an assembly is installed to the Global Assembly Cache...
What is AL.EXE and RESGEN.EXE? - .Net Assembly
.Net Assembly - Assembly Linker (Al.exe) generates a file that has an assembly manifest from modules or resource files...
Post your comment