What is gacutil.exe. Where do we store assemblies ?
Answer Posted / narayansahu
gacutil is a toll that will list, install, and uninstall
assemblies in the GAC.
Assemblies are of two types: application private and
shared. The default is application private and only one
application uses them. These are the assemblies that are in
the application folder. A shared assemblies is meant to be
used by more than one application. It has a globally unique
name (called a "strong name") and it must be defined in the
GAC. gacutil will list, install, and uninstall assemblies
in the GAC.
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What are ajax helpers in asp.net mvc?
What is the use of razor view engine?
What is namespace of asp.net mvc?
What is Attribute Routing in ASP.Net MVC?
mention what is code first approach and model first approach in entity framework?
What is the meaning of unobtrusive javascript?
What is .net framework & its benefits?
Explain .Net Framework? Why we use it?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What you mean by routing in mvc?
What symbol would you use to denote, the start of a code block in razor views?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Which is the root namespace for fundamental types in .net framework?
What are differences between entity framework and l2s? : Entity framework
Does windows 10 need .net framework?