How do assemblies find each other?
Answers were Sorted based on User's Feedback
Answer / swapna
By searching directory paths. There are several factors
which can affect the path (such as the AppDomain host, and
application configuration files), but for private
assemblies the search path is normally the application's
directory and its sub-directories.
For shared assemblies, the search path is normally same as
the private assembly path plus the shared assembly cache.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sid
By default private assemblies looking into bin directory.
But you can define in web.config file.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the versions of .net framework?
how to maintain the session state? what is Abstract class and interface and inheritence with example?
Explain Bundle.Config in ASP.Net MVC4?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is partialview in asp.net mvc?
How we can add the CSS in ASP.Net MVC?
Difference between <connectionstring> and <appsettings>
what is deferred loading(lazy loading)?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Is it possible to share a view across multiple controllers?
What is difference between html.beginform and ajax.beginform?
What is objectcontext? : Entity framework