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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you write a class without specifying namespace?

678


How will you register com+ services?

1696


SAP Business One(this is intigrated tool of .net)

1867


Explain me what is encapsulation?

631


Explain what are possible implementations of distributed applications in .net?

617






What are the types of jit?

682


How big is the datatype int in .net?

649


Explain how do assemblies find each other?

667


What is the use of Treeview control?

702


Explain me what is the difference between an abstract class and an interface?

656


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

775


What is web.config in .net?

671


Do you know what is linq?

688


What is an exe and a dll?

718


what is prototype design pattern in .net

656