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 |
Explain the request flow in asp.net mvc framework?
Why is XmlSerializer so slow
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#?
Is there built-in support for tracing/logging
what is ADO.NET
What is JIT and how is works ?
What is the use of display modes?
How .net assemblies are registred as private and shared assembly ?
What are the components of the .net framework.
Explain the types of Scaffoldings.
Is .NET a runtime service or a development platform?
What is the difference between STA and MTA?