---
title: "What is the difference between adding reference in solution Explorer ?"  
description: "What is the difference between adding reference in solution Explorer ?"  
author: "Anonymous User"  
published: 2011-05-23  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1019/what-is-the-difference-between-adding-reference-in-solution-explorer  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is the difference between adding reference in solution Explorer ?

Adding reference in solution explorer is used to add the DLL for that project for reference only. If you want to utilize that DLL methods/functions in our aspx.cs/.cs file etc you must write using that nameclass library name in file.\

## Answers

### Answer by Anonymous User

Adding reference in solution explorer is used to add the DLL for that project for reference only. If you want to utilize that DLL methods/functions in our aspx.cs/.cs file etc you must write using that nameclass library name in file.\


---

Original Source: https://www.mindstick.com/interview/1019/what-is-the-difference-between-adding-reference-in-solution-explorer

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
