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
Define cookie.
What is strong-typing versus weak-typing?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is round trip in asp.net?
What is cross page posting in asp net?
What is postback request?
What is a web api endpoint?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Describe session handling in a webfarm?
Explain the difference between inline and code behind - which is best in?
What’s difference between “optimistic” and “pessimistic” locking?
What is the exact purpose of http handlers?
Explain Areas in MVC?