can we use private assembly in other project in dot net.
Answer Posted / rethee
Private assemblies can only used within an application.We
can use shared assemblies to use in multiple applications..
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between response.redirect & server.transfer?
What is the difference between encrypting a password and applying a hashing?
What is the difference between reference type and value type?
What is Event Bubbling in .NET?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
How is .net core cross platform?
what is prototype design pattern in .net
What is DTS and explain the purpose of it?
Explain memory-mapped files.
What is common language specification (cls)?
Please explain what is the difference between encrypting a password and applying a hashing?
What's wrong with a line like this? Datetime.parse(mystring);
What is the difference between imperative and interrogative code?
Show different types of collection in .NET?
explain the states of a window service application?