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 the new features added in version 4 of mvc (mvc4)?

536


what do you mean by table-per-type?

625


What is the difference between .net core and .net framework?

495


What is mvc entity framework?

524


How do you specify comments using razor syntax?

598






What is tempdata?

610


Where are the routing rules defined in an asp.net mvc application?

542


Is it possible to cancel filter execution?

551


Does .NET Framework support SAX?

558


Explain JSON Binding?

616


Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?

563


Briefly describe the roles of clr in .net framework?

539


what is eager loading?

570


how do you query in entity model when the result has a join from from different database other than the entity model?

554


Which version of the common language runtime (clr) does the .net framework 3.0 use?

559