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 3 segments of the default route, that is present in an ASP.NET MVC application?
What is objectset? : Entity framework
Which version of .net framework is installed?
Explain the advantages of asp.net mvc over asp.net?
what is client wins and store wins mode in entity framework concurrency?
what is scalar property?
What is the difference between .net core and .net framework?
Explain peek method in tempdata in asp.net mvc?
What is .net core framework?
What is Attribute Routing in ASP.Net MVC?
What is the difference between model and entity?
What are Non Action methods in ASP.Net MVC?
What is stateless model?
Is .net framework dead?
What is the need of Action Filters in ASP.Net MVC