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
will there be any issues adding a table without primary keys to a data model?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Explain two instances where routing is not implemented or required?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is meant by viewdata?
What is edm designer? : Entity framework
Describe the .net framework architecture.
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What is entity graph? : Entity framework
Does razor engine supports for tdd?
How to use multiple submit buttons in asp.net mvc?
What is route config?
What are the 2 popular asp.net mvc view engines?
What is edm (entity data model)? : Entity framework
Can you please explain the request flow in ASP.NET MVC framework?