Where’s global assembly cache located on the system?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Where is the output of TextWriterTraceListener redirected?

1 Answers  


Can structs in c# have destructors?

0 Answers  


How do you sort a list in c#?

0 Answers  


Are structs faster than classes?

0 Answers  


What is 8 bit signed integer?

0 Answers  






How to put assembly in gac?

0 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


Hello Friends..am Mohammed riyash..final year BCA in Jamal Mohamed College 2009. Trichy. My doubt is while connecting SQL2005 Built in Database withing the Visual Studio 2005 Framework.. I am getting the error.. That " An Error occurred and it may be due to , under the default settings of the Server, the connection cannot be established.." But the code works in MS Access for me.. Both in VB.Net and C#.Net am getting the same error.. Any genius please Message me to 9994558822 or mail me.. riyash.ips@gmail.com

3 Answers  


Is string a class in c#?

0 Answers  


What is type cast in C#?

0 Answers   TryTechnicals Pvt Ltd,


Can you prevent a class from being instantiated?

0 Answers  


What is parameters in c#?

0 Answers  


Categories