---
title: "How do you create a resource-only assembly?"  
description: "How do you create a resource-only assembly?"  
author: "Anonymous User"  
published: 2011-11-04  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1322/how-do-you-create-a-resource-only-assembly  
category: "assembly"  
tags: ["assembly"]  
reading_time: 1 minute  

---

# How do you create a resource-only assembly?

\
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.

## Answers

### Answer by Anonymous User

\
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.


---

Original Source: https://www.mindstick.com/interview/1322/how-do-you-create-a-resource-only-assembly

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
