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 the two main parts of the .net framework?
Differences between namespace, class, assembly?
Explain how to redirect tracing to a file?
What is Event - Delegate? clear syntax for writing a event delegate
Whate are resource files?
Explain something about WebService?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is .net assembly?
What is RPC? What is the use of it?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is the difference between .net and laravel?
Explain asp.net?
How can I find out what the garbage collector is doing?
What is the use of UML in .Net