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
What is a reflection?
What is masterpage?
To add a hyperlink column to the DataGrid which tag is used ?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What are sessions used for?
What is the application pool?
Explain cashing in asp.net.
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
how to retrieve property settings from xml .config file.
What is session mode in asp.net?
What do you mean by role-based security?
What is xaml? Are xaml file compiled or built on runtime?
Is asp.net web forms dead?
Explain ViewState?