Can private assembly be used for more than one application?
If so how?
Answer Posted / nishant
Yes, private assemblies can be used more than 1 application.
if you add the reference of private assembly in your
project, it creates the copy which stored in a bin
directory.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
How can you ensure a permanent cookie?
What are the Types of chaching. How to implement caching
Write some code using interfaces, virtual methods, and an abstract class`
What is the difference between web.config and machine.config in ASP.NET?
What is the difference between debug and release?
What is windows active directory authentication?
Describe the difference between inline and code behind - which is best in?
What is a reflection?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is a global postback url?
Explain what does wsdl stand for?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What are the authentication types in asp.net?
Can you explain the importance of finalize method in .net?
What is use of Master Page in ASP.NET web pages?