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 the difference between dynamic SGA and static SGA?
What are the asp.net security controls?
Explain the advantages of caching?
What websites use asp.net?
What is custom attribute?
What are assemblies and namespaces and explain the difference between them ?
Can we use a static function with a non-static variable?
List the events in page life cycle.
What is clr? Difference between clr & cts?
What is the difference between pathparam and queryparam?
Describe the Server Control Events of ASP.NET?
What are the features that make asp.net more used framework? : asp.net mvc
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is the significance of finalize method in .net?
Explain what is clr?