What is Partial Assembly References?

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


Please Help Members By Posting Answers For Below Questions

Explain unit test done by tester on development team?

533


Describe the gac in the .net framework.

579


What is entity framework used for?

521


Explain the request flow in asp.net mvc framework?

549


Do I need microsoft .net framework?

556






What is objectcontext? : Entity framework

594


What is Differnce between html.action and ajax.action?

570


Explain test driven development (tdd) ?

570


what is msl?

632


what is entityclient?

686


Explain the role of assembly in the .net framework.

570


what do you mean by table-per-hierarchy?

600


What is tempdata?

616


What is layout in mvc?

567


What are the sub types of ActionResult?

589