GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#
Go To First  |  Previous Question  |  Next Question 
 C#  |  Question 340 of 436    Print  
Where we can use DLL made in C#.Net
We can use the .net DLLs only in the applications supporting .NET.


  
Total Answers and Comments: 7 Last Update: November 20, 2006     Asked by: shiv81 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 28, 2006 01:59:47   #1  
Zaheer        

RE: Where we can use DLL made in C#.Net

Supporting .Net bcoz DLL made in C#.Net semicompiled version. Its not a com object. It is used only in .Net Framework.As it is to be compiled at runtime to byte code.


 
Is this answer useful? Yes | No
April 28, 2006 02:35:41   #2  
nitin_chinu Member Since: February 2006   Contribution: 3    

RE: Where we can use DLL made in C#.Net

We can use the .net DLLs only in the applications supporting .NET.

DLL made in C#.Net is semicompiled version. It is not a com object. It is used only in .Net framework as it is to be compiled at runtime to byte code.


 
Is this answer useful? Yes | No
May 11, 2006 16:14:48   #3  
amit        

RE: Where we can use DLL made in C#.Net

We can place only in .net applications.


 
Is this answer useful? Yes | No
May 26, 2006 07:33:35   #4  
bobbyvi        

RE: Where we can use DLL made in C#.Net
You could register C#.NET COM with codebase key. You could such .NET COM not only in .NET application sure Framework should be installed.
 
Is this answer useful? Yes | No
July 07, 2006 08:23:36   #5  
jack        

RE: Where we can use DLL made in C#.Net
by using System.Activator.CreateInstance

 
Is this answer useful? Yes | No
August 29, 2006 06:19:16   #6  
gouri        

RE: Where we can use DLL made in C#.Net

In .Net applications as well as COM application with CCW ( COM Callable Wrapper)


 
Is this answer useful? Yes | No
November 20, 2006 00:42:02   #7  
sriraja        

RE: Where we can use DLL made in C#.Net

Hi

Main purpose is to refer another class library


 
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