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
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Write the .net syntax for 'for loop'?
Explain what is reflection in microsoft .net context?
What are the deferred execution and the immediate execution in linq?
Explain the different types of proxy patterns?
What is machine.config in .net?
What is lambda expressions in c#?
Explain the use of activex control in .net?
What should you do to store an object in a viewstate?
What is marshling?
When we use windows api in .net is it managed or unmanaged code?
What is view state in .net?
Explain the main components in .net?
Different between .net & j2ee ?
What is namespaces in .net?