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


Please Help Members By Posting Answers For Below Questions

What is the difference between viewbag and viewdata in mvc?

533


Can we have enum in entity framework?

589


What are the advantages of mvc over asp.net?

563


What is Attribute Routing in ASP.Net MVC?

593


What is attribute routing in mvc?

575






Explain unit test done by tester on development team?

533


How do I install .net framework?

528


mention what is the key advantage of using entity framework or ef?

555


What is Differnce between html.action and ajax.action?

568


Explain entity lifecycle? : Entity framework

548


Does razor engine supports for tdd?

736


What operating systems will the .net framework 3.0 be available for?

568


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1802


How do you handle variable number of segments in a route definition?

537


What are the components required to create a route in ASP.Net MVC?

587