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 the different types of classes in c#?
What is string pool in c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
What is meaning of type safety in c#?
Which is faster array or arraylist in c#?
Can bool be null c#?
What is difference between a function and a method?
How do you serialize in c#?
What benefit do you get from using a primary interop assembly (pia)?
How many keyword present in C# language ?
Is there any sample c# code for simple threading?
How to declares a two-dimensional array in C#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What are the collections in c#?
the c# keyword .int. Maps to which .net type?