Answer Posted / swapna
We can dynamically reference an assembly by providing only
partial information, such as specifying only the assembly
name. When you specify a partial assembly reference, the
runtime looks for the assembly only in the application
directory.
We can make partial references to an assembly in your code
one of the following ways:
1) Use a method such as System.Reflection.Assembly.Load and
specify only a partial reference. The runtime checks for
the assembly in the application directory.
method and specify only a partial reference. The runtime
checks for the assembly in the application directory and in
the global assembly cache.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the 2 popular asp.net mvc view engines?
What is the difference between viewbag and viewdata in mvc?
how can you enhance the performance of entity framework?
What is entity sql? : Entity framework
What are the advantages of asp.net mvc?
What is model first? : Entity framework
What is entitytypes? : Entity framework
What is domain class model?
How to Create an Intranet Site Using ASP.NET MVC?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
The order of the filters that get executed, if the multiple filters are implemented?
What is an asynchronous controller in asp.net mvc?
What are the possible razor view extensions?
What are Action Methods in ASP.NET MVC?
Is it possible to share a view across multiple controllers?