Can private assembly be used for more than one application?
If so how?
Answer Posted / amit
I think yes we can do this, because in my multitier solution if I am having three different projects as presentation layer, business logic and data access layer. Whenever I want some data to display in Browser, I am first requesting to Business layer and it will request to Data layer. For this I am calling respective methods from that layer and to achieve this, I am adding reference of that project or layer in my current layer. Without adding reference I cannot do that. So this way I am accessing my data layer private assembly in Business layer and business layer in presentation layer. Please correct me if I am wrong. Thanks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the data controls available in asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain how dot net compiled code will become platform independent?
Can you dynamically assign a Master Page?
What is asp short for?
What are the uses of list view control in Asp.net?
A Web Service Can Only Be Written In .net. Is it True??
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is ispostback property?
Do cookies store passwords?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain cashing in asp.net.
What is the default timeout for a cookie?
What is cas?
What are the different authentication modes in asp.net?