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 methods are fired during the page load? Init()
Name the tools or API for developing or testing web api?
Is there any limit for query string? Means what is the maximum size?
What is the extension of master page in asp.net?
What is the use of placeholder control?
What is session and cookies in asp.net?
When you use Ajax controls in the ASP.NET application?
What do you mean by serialize and marshalbyref?
What kind of data can be stored in viewstate?
How would ASP and ASP.NET applications run at the same time on the same server?
Explain the different parts that constitute ASP.NET application?
How to find last error which occurred in Asp.net ?
What is .net framework and what are the main components of it?
Explain About WebService
What does session_start () do?