Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Partial Assembly References?

Answer Posted / kirti

Full Assembly reference: A full assembly reference includes the assembly's text name, version, culture, and public key token (if the assembly has a strong name). A full assembly reference is required if you reference any assembly that is part of the common

language runtime or any assembly located in the global assembly cache.

Partial Assembly reference: 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:

-> 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.

-> Use the System.Reflection.Assembly.LoadWithPartialName 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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1059


Can I add asp.net mvc testcases in visual studio express?

1129


How to Create an Intranet Site Using ASP.NET MVC?

1137


What is the difference between partial and renderpartial?

981


Can you use Razor code in Javascript in ASP.Net MVC?

1245


Explain the methods used to render the views in ASP.Net MVC?

1160


Can you explain renderbody and renderpage in mvc?

1072


What is the difference between model and entity?

1090


What is entitytypes? : Entity framework

1079


What is controllercontext?

1093


Explain what platforms does the .net framework run on?

1100


How does the .net framework 3.0 relate to the .net framework 2.0?

1091


What is Separation of Concerns in ASP.NET ASP.Net MVC?

1257


What are Model Binders in ASP.Net MVC?

1365


What is page life cycle?

1068