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
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is the difference between tempdata and viewbag?
What is objectcontext? : Entity framework
What is representational state transfer (rest) mean?
How route table has been created in ASP.NET ASP.Net MVC?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Is it possible to create a custom filter?
mention what is the difference between ado.net and classic ado?
Explain what languages does the .net framework support?
What are bundling & minification features in asp.net mvc 4?
What is the use of razor view engine?
Explain tempdata in asp.net mvc?
What are ajax helpers in asp.net mvc?
What is partialview in asp.net mvc?
How to Redirect Tracing to a File