What is the gac, and where is it located?
Answer / 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 |
Why array is faster than arraylist in c#?
How to make a class non-inheritable other than sealed?
How to find out that the code is written as managed or un-managed code?
How many destructors can a class have?
Where is the main method in c#?
What is typeof c#?
What is predicate builder?
What is the different types of private assembly and shared assembly?
How do I do implement a assert?
Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options
Why linq is having select clause at the end?
Why can?t you specify the accessibility modifier for methods inside the interface?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)