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
Are there resources online with tips on asp to asp.net conversions?
What is the caspol.exe tool used for?
Describe state management in asp.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is owin authentication?
Explain the difference between an exe and a dll?
What are the merits and demerits of viewstate?
What is s2s tracking?
What is server side session management?
What are the session variables?
In how many ways we can retrieve table records count?
What is difference between viewstate and session state in javascript?
What is the application pool?
In ViewState How much lifespan items stored?
What are sql joins?