Answer Posted / 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 |
Post New Answer View All Answers
What is the benefit of entity framework?
Do you know about the new features in ASP.Net MVC 4 ?
What is the difference between viewbag and viewdata in mvc?
What symbol would you use to denote, the start of a code block in razor views?
How to use Jquery Plugins in ASP.Net MVC validation?
mention in what all scenarios entity framework can be applicable?
What is definingquery in entity framework? : Entity framework
What are the advantages of asp.net mvc?
What is the difference between ViewData, ViewBag and TempData?
What is the "helperpage.isajax" property?
Explain peek method in tempdata in asp.net mvc?
What is entityset? : Entity framework
How can you return string result from Action in ASP.Net MVC?
Explain representational state transfer (rest) in detail?
what is scalar property?