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
Does c# have a 'throws' clause?
List down the different ide’s provided by microsoft for c# development.
What is uint c#?
Can a sealed class be used as a base class?
How can i Spawn a Thread
How to block a class from being inherited further?
What is .edmx file?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
How do we achieve encapsulation in c#?
What is delegation in oops?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Can we call server-side code (c# or vb.net code) from javascript?
What is the default value of guid in c#?
Does c# support multiple class inheritance?