can we use private assembly in other project in dot net.

Answers were Sorted based on User's Feedback



can we use private assembly in other project in dot net. ..

Answer / srinivasula reddy

No.
Shared or public assembly we can use.
Public assemblies are stored in GAC.

Is This Answer Correct ?    3 Yes 3 No

can we use private assembly in other project in dot net. ..

Answer / sudhir sheoran

Yes we can use private assembly in other dot net projects. But a private assembly is used only by a single application, and is stored in that application's install directory (or a sub directory therein).

On the other hand public assembly are shared by more than one application at the same time that's why they are stored in GAC(Global assembly cache) and have a strong name with a version number,public key, culture info etc.

Is This Answer Correct ?    1 Yes 1 No

can we use private assembly in other project in dot net. ..

Answer / rethee

Private assemblies can only used within an application.We
can use shared assemblies to use in multiple applications..

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Dot Net General Interview Questions

What is cyclomatic complexity and why is it important?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect?

4 Answers  


How will you register com+ services?

1 Answers  


Explain me difference between public and static modifiers?

0 Answers  


What are the new 2.0 features useful for?

0 Answers  






What is the advantage of .net?

0 Answers  


What is interface and abstract class in .net?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


What's the .net collection class that allows an element to be accessed using a unique key?

0 Answers  


What is delegation in .net?

0 Answers  


Whate are resource files?

0 Answers  


What are the differences between an interface and an abstract class in .net?

0 Answers  


Categories