.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2823 Page Views: 

What is private assembly in .Net?



Posted By: Avi Date: 29 August 2009 07:19:01 AM
 Answer:

A private assembly is an assembly that is deployed with an application and is available for the exclusive use of that application only and other applications do not share the private assembly.
Private assemblies are installed in a folder of the application's directory structure. Typically, this is the folder containing the application's executable file.
Private assemblies are not required to be strong named.


Posted By: eTechPlanet


Date: 29 August 2009 07:19:01 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image di89Mg
Related Questions
.Net Framework : What is Tuple from .NET framework 4?

What is Tuple from .NET framework 4?

Tuple contains structured data
Category: .Net Framework Date: 10/14/2010 5:43:48 PM
.Net Framework : What is the meaning of final keyword?

What is the meaning of final keyword?

The method cannot be overridden in a derived type.
Category: .Net Framework Date: 10/14/2010 2:56:48 PM
.Net Framework : What class supports regular expressions in .NET?

What class supports regular expressions in .NET?

System.Text.RegularExpressions.Regex
Category: .Net Framework Date: 10/14/2010 2:56:48 PM
.Net Framework : Can you host WCF service in IIS?

Can you host WCF service in IIS?

Yes
Category: .Net Framework Date: 10/14/2010 2:04:49 PM
.Net Framework : What is application domain?

What is application domain?

Application domain is a mechanism to isolate executed applications so that they do not affect each o....
Category: .Net Framework Date: 10/14/2010 12:19:48 PM