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 |
js fn to go to the particular page when enter is clicked
Why string are called Immutable data Type
Explain the difference between viewbag and viewdata in mvc?
What is serialization ?
How to create an alias name for a namespace?
Explain dependency resolution?
Explain tempdata in mvc?
What are the possible razor view extensions?
When was the first version of .NET released
Where The Inheritence is useful?How we decide the situation of inheritence
What is rxjava used for?
What is difference between viewbag and viewdata and tempdata?