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 |
How is method overriding different from method overloading
What is definingquery in entity framework? : Entity framework
What's an interface
When do you absolutely have to declare a class as abstract
Describe the roles of clr in .net framework.?
Will the finally block get executed if an exception has not occurred
Why is entity framework used?
mention what is the difference between ado.net and classic ado?
Explain the request flow in asp.net mvc framework?
How you can implement custom validation in asp.net MVC?
WHICH IS MORE SECURED AMONG JAVA AND .NET?
What is the use of viewmodel in mvc?