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
If I have multiple filters implemented, what is the order in which these filters get executed?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is attribute routing in mvc?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is the importance of NonActionAttribute?
What is objectset? : Entity framework
In razor syntax, what is the escape sequence character for @ symbol?
What is Differnce between html.action and ajax.action?
I want ask from plz smaple example code for Biztalkk server
What is the use of viewmodel in mvc?
Explain linq to entities? : Entity framework
What are Scaffold templates in ASP.Net MVC?