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 is inproc and outproc?
Explain login control and form authentication.
What is the purpose of using MVC programming pattern in ASP.NET?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Explain the difference between web user control and web custom control?
Can we add code files of different languages in app_code folder?
How can we inherit a static variable?
Can asp.net work on an nt server?
What is Forms Authentication in ASP.NET?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What are the different types of sessions in asp.net? Name them?
What is session object? Describe in detail.
Explain serialization and deserialization?
Why is this service branded with windows livetm?
Can you use c# without .net?