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
Explain how viewstate is being formed and how it's stored on client in .net?
Explain Creational design pattern in .NET?
What is the purpose of IClonable interface in .NET?
Explain garbage collection?
Explain different types of html, web and server controls.
Explain the purpose of Remoting in .NET?
How can you turn-on and turn-off cas?
What are the different types of memory in .net?
What do you mean by Code Access Security in .NET?
What is view state in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is the difference between imperative and interrogative code?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What are the advantages of .net core?
What is .net debug & trace?