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 |
What is arraylist c#?
What does assert() do in c#?
What is the name of the implicit input parameter of a set accessor for any property?
What is activator c#?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
Can you explain template pattern?
What are controls in c#?
Why is c# better than java?
Is string reference type / value type?
56 Answers Accenture, Microsoft, Siemens,
class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....
Do we get an error while executing the “finally” block in c#?
Explain the difference between a sub and a function in c#.
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)