---
title: "What are the different types of assembly?"  
description: "What are the different types of assembly?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/153/what-are-the-different-types-of-assembly  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What are the different types of assembly?

Assemblies can also be private or shared. A private assembly is installed in the installation directory of an application and is accessible to that application only. On the other hand, a shared assembly is shared by multiple applications. A shared assembly has a strong name and is installed in the GAC.\
We also have satellite assemblies that are often used to deploy language-specific resources for an application.\

## Answers

### Answer by Pushpendra Singh

Assemblies can also be private or shared. A private assembly is installed in the installation directory of an application and is accessible to that application only. On the other hand, a shared assembly is shared by multiple applications. A shared assembly has a strong name and is installed in the GAC.\
We also have satellite assemblies that are often used to deploy language-specific resources for an application.\


---

Original Source: https://www.mindstick.com/interview/153/what-are-the-different-types-of-assembly

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
