---
title: "Can one DLL file contain the compiled code of more than one .NET language?"  
description: "Can one DLL file contain the compiled code of more than one .NET language?"  
author: "AVADHESH PATEL"  
published: 2012-11-16  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1568/can-one-dll-file-contain-the-compiled-code-of-more-than-one-dot-net-language  
category: "assembly"  
tags: ["assembly"]  
reading_time: 1 minute  

---

# Can one DLL file contain the compiled code of more than one .NET language?

No, a DLL file can contain the compiled code of only one programming language.

## Answers

### Answer by AVADHESH PATEL

No, a DLL file can contain the compiled code of only one programming language.


---

Original Source: https://www.mindstick.com/interview/1568/can-one-dll-file-contain-the-compiled-code-of-more-than-one-dot-net-language

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
