Answer Posted / swathi
There are three primary ways to deploy an assembly on a
target machine. The first technique involves deploying a
DLL as a private assembly by locating it in the
ApplicationBase directory. The second technique involves
installing it in a machine-wide repository called the
Global Assembly Cache (GAC). The third technique involves
configuring an assembly DLL with a <codeBase> element that
allows the CLR to download the DLL on demand from across
the network the first time it's used by a hosting
application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is dapper faster than entity framework?
what is scalar property?
Describe the roles of clr in .net framework.?
What is the use .Glimpse in ASP.Net MVC
Explain how to use multiple submit buttons in ASP.Net MVC?
Does .NET Framework support SAX?
Can you set the unlimited length for "maxjsonlength" property in config?
Explain the difference between viewbag and viewdata in mvc?
Is .net framework going away?
How to update one of my table in database at 4pm every day how it is possible?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Which is the root namespace for fundamental types in .net framework?
What is the meaning of unobtrusive javascript?
Explain tempdata in mvc?
How do you specify comments using razor syntax?