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
What are the 2 popular asp.net mvc view engines?
How route table has been created in ASP.NET ASP.Net MVC?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What are the main features of asp.net mvc 4 used by asp.net web api?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is definingquery in entity framework? : Entity framework
What are scaffold templates in mvc?
mention what is csdl, ssdl and msl sections in an edmx file?
what is ssdl?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
what is entity data model?
How we can call a javascript function on the change of a dropdown list in mvc?
Can I add asp.net mvc testcases in visual studio express?
what do you mean by table-per-hierarchy?
how can you enhance the performance of entity framework?