adspace
What is an assembly? What are the different types of assemblies?
Answer Posted / Roopesh Gangwar
An assembly is a deployable unit of .NET code. It can contain one or more compiled modules and resources. There are two main types of assemblies: Single File Assembly (contained in a single executable file) and Multi-File Assembly (contains multiple files with the manifest file indicating their relationship).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers