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
Which filter executes first in an asp.net mvc application?
What is Peek method in Tempdata in ASP.Net MVC?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain Keep method in Tempdata in ASP.Net MVC?
What is entity framework firstordefault?
What is viewbag?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Mention the core components of .net framework?
what is client wins and store wins mode in entity framework concurrency?
What are actions in mvc?
What is the difference between model view and controller?
Describe the roles of clr in .net framework.?
What is the purpose of a web form?
what is msl?
what is .edmx file and what it contains?