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
How does cas works?
What's the use of system.diagnostics.process class in .net?
Conceptually, what is the difference between early-binding and late-binding?
Explain the .net framework overview?
Is .net an object oriented language? What are their components?
How do I spawn a thread?
Difference abstract class and interface in .net?
Is .net is a language?
What is the advantage of .net core?
What is "common language specification" (cls) in .net?
What are the different types of Classes in .NET?
Explain the difference between static page and dynamic page?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is multiThreading in .NET?
How will you register com+ services?