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
how do you truncate a table using entity data model?
What is edm designer? : Entity framework
What is route config?
mention in what all scenarios entity framework can be applicable?
what is entity framework?
Is it possible to cancel filter execution?
Explain .Net Framework? Why we use it?
what is model first approach?
Is .net core faster than .net framework?
What are the components required to create a route in mvc?
How route table is created in ASP.NET MVC?
What are Scaffold templates in ASP.Net MVC?
What does a viewmodel do?
What is page life cycle?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?