GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET
Go To First  |  Previous Question  |  Next Question 
 ASP.NET  |  Question 123 of 164    Print  
What is the difference between adding reference in solution Explorer and adding references by USING

  
Total Answers and Comments: 3 Last Update: May 06, 2009     Asked by: Ravindranath 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 10, 2007 13:42:38   #1  
Ganesan        

RE: What is the difference between adding reference in...
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.
 
Is this answer useful? Yes | No
October 01, 2008 21:21:17   #2  
ynvpavan Member Since: September 2007   Contribution: 16    

RE: What is the difference between adding reference in solution Explorer and adding references by USING
Adding referece in solution exploere comes with adding of like assemlie to the application. Means of adding private assemblies to the application. Where as adding refernce using denotes that these DDL's are to be laoded into the memory while running this particular page and this methods from this assembly are being utilised in this page.
 
Is this answer useful? Yes | No
May 06, 2009 04:46:34   #3  
vsateeshk Member Since: January 2007   Contribution: 7    

RE: What is the difference between adding reference in solution Explorer and adding references by USING
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.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape