---
title: "How does assembly versioning in .NET prevent DLL Hell?"  
description: "How does assembly versioning in .NET prevent DLL Hell?"  
author: "Uttam Misra"  
published: 2011-03-05  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/379/how-does-assembly-versioning-in-dot-net-prevent-dll-hell  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# How does assembly versioning in .NET prevent DLL Hell?

.NET allows assemblies to specify the name AND the version of any assemblies they need to run.

## Answers

### Answer by Uttam Misra

.NET allows assemblies to specify the name AND the version of any assemblies they need to run.


---

Original Source: https://www.mindstick.com/interview/379/how-does-assembly-versioning-in-dot-net-prevent-dll-hell

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
