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
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Explain the tools used for unit testing in ASP.Net MVC
Describe the roles of clr in .net framework.?
What is the benefit of entity framework?
Does .NET Framework support SAX?
What is RouteConfig.cs in ASP.Net MVC 4?
Explain how you can send the result back in JSON format in MVC?
Can we add constraints to the route? If yes, explain how we can do it?
What is Layout in ASP.Net MVC?
How does the 'page lifecycle' of asp.net mvc works?
Mention some action filters which are used regularly in ASP.Net MVC?
What is the .net framework and how does it work?
Can I add asp.net mvc testcases in visual studio express?
What operating systems will the .net framework 3.0 be available for?
What is web api‘s in asp.net mvc 4 ?