Resources are non executable 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.
Liked By
Write Answer
How do you create a resource-only assembly?
Join MindStick Community
You have need login or register for voting of answers or question.
Anonymous User
04-Nov-2011Resources are non executable data in an application and the data can be updated without recompiling application, resource assemblies can be created as follows: