Dot Net Assembly Question:
Download Job Interview Questions and Answers PDF
How do you create a resource-only assembly?
Answer:
Resources are nonexecutable data in an application and the data can be updated without recompiling application. Resource assemblies can be created as follows:
Add resource files to an empty project.
Built the project.
The resource will get compiled into assembly.
Add resource files to an empty project.
Built the project.
The resource will get compiled into assembly.
Download Dot Net Assembly Interview Questions And Answers
PDF
Previous Question | Next Question |
What do you understand by side-by-site execution of assembly? | Explain how to retrieve resources using ResourceManager class? |