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

What is .net framwork?

560


Describe the gac in the .net framework.

573


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

496


How can we determine action invoked from HTTP GET or HTTP POST?

565


I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?

2646






What is namespace of asp.net mvc?

599


what do you mean by table-per-hierarchy?

597


What is session state management?

563


What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?

531


Explain .Net Framework? Why we use it?

609


Explain the difference between viewbag and viewdata in mvc?

541


what is linq to entities?

630


What is viewdata?

587


What is meant by bootstrap in mvc5?

637


How we can invoke child actions in ASP.Net MVC?

578