Explain how to retrieve resources using ResourceManager class?
Submitted by: AdministratorResourceManager 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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online Dot Net Assembly Job Interview Questions And Answers
Top Dot Net Assembly Questions
| ☺ | Define .Net Assembly? |
| ☺ | What does the dot net assembly contain? |
| ☺ | Define private assembly and a shared dot net assembly? |
| ☺ | What are Satellite Assemblies? |
| ☺ | What do you understand by side-by-site execution of assembly? |
Top Dot Net Technologies Categories
| ☺ | MSF Interview Questions. |
| ☺ | .Net Architecture Interview Questions. |
| ☺ | ASP.Net MVC Interview Questions. |
| ☺ | Entity Framework Interview Questions. |
| ☺ | C# (Sharp) Programming Language Interview Questions. |
