Answers

Question and Answer:

  Home  Dot Net Assembly

⟩ How do you create a resource-only assembly?

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.

 219 views

More Questions for you: