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
In code behind class, name the type of code found. Is it the server side code or client side code?
Explain the difference between the stack and the heap?
What is the single responsibility principle?
what is machine key error in .NET how can we solve it?
What is the difference between asp.net and asp?
What is "common language specification" (cls) in .net?
What is interface and abstract class in .net?
What is difference between .net core and .net standard?
What is STA in .NET?
Does .net supports destructors concept?
What does cil do?
Is .net front end or backend?
What is the difference between reference type and value type?
State some of the different languages supported by .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?