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 we access static variable?
What are the 3 types of web?
Is asp.net and .net same?
What are HTTP handlers in ASP.NET?
Define page output caching?
what are configuration files?
What are standard controls?
What are client activated objects?
Explain About WebService
What are the new features implemented in ASP.NET?
How to handle errors in Web API?
What is the purpose of session management?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is asp.net introduction?
What is meant by ispostback in asp net?