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 code first? : Entity framework
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What is namespace of asp.net mvc?
what is lazy loading in entity framework?
Explain peek method in tempdata in asp.net mvc?
What is objectset? : Entity framework
What are scaffold templates in mvc?
What is the difference between adding routes, to a webforms application and to an mvc application?
How do you handle variable number of segments in a route definition?
What are the Core features of ASP.NET MVC?
Can you explain model, controller and view in mvc?
What is tempdata?
How does .net framework works?
Why to use Html.Partial in ASP.Net MVC?
How to change the action name in mvc?