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 is asp net framework?
mention what is the difference between ado.net and classic ado?
Mention two instances where routing is not implemented or required?
The order of the filters that get executed, if the multiple filters are implemented?
What is the .net framework and how does it work?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Do you know about the new features in ASP.Net MVC 4 ?
How to bind table colum with gridview column?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is the use of action filters in an mvc application?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is the .net framework?
Can you please explain the request flow in ASP.NET MVC framework?
What is basic authentication in web api?
What are non action methods in mvc?