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 are the 3 segments of the default route, that is present in an ASP.NET MVC application?

784


What is objectset? : Entity framework

728


Which version of .net framework is installed?

672


Explain the advantages of asp.net mvc over asp.net?

804


what is client wins and store wins mode in entity framework concurrency?

895






what is scalar property?

800


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

697


Explain peek method in tempdata in asp.net mvc?

784


What is .net core framework?

707


What is Attribute Routing in ASP.Net MVC?

763


What is the difference between model and entity?

689


What are Non Action methods in ASP.Net MVC?

773


What is stateless model?

713


Is .net framework dead?

709


What is the need of Action Filters in ASP.Net MVC

764