Answer Posted / swayam pravash ray
GAC stands for Global Assembly Cache. For dot net version 2.0 & 3.5 the location for GAC is : C:Windowsassembly
For dotnet version 4.0 and above the location for GAC is :C:WindowsMicrosoft.NETassembly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are Memory foot print of an exe?
What is the difference between public, static, and void?
What is the purpose of namespace in c#?
What are the advantages of using assemble language programming?
What does out mean c#?
What does assert() do in c#?
What is default access specifier for class in c#?
What is a .exe extension files? How is it similar to .dll extension files?
Is c# int immutable?
How do I create a multilanguage, single-file assembly?
Is c# scripting language?
Why is hashset faster?
How do I develop c# apps?
In object oriented programming, how would you describe encapsulation in c#?
What are the properties of a string class?