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

Which ports are used by virueses?

1 Answers  


Can a try block have more than one catch block?

0 Answers  


Do you know what is .net standard?

0 Answers  


How is meant by dll in .net?

0 Answers  


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

1 Answers   Siebel Systems,






How do you generate a strong name?

0 Answers  


What is managed code in .NET?

0 Answers  


How different are interface and abstract class in .Net?

2 Answers  


What is .net latest version?

0 Answers  


How to create a key pair in .net?

0 Answers  


Explain attributes in dot net?

0 Answers  


What?s a proxy of the server object in .NET Remoting?

1 Answers  


Categories