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

Can we return two values from a function?

12 Answers   MD Synergy,


Why does dllimport not work for me?

0 Answers  


Can you mark static constructor with access modifiers?

0 Answers  


What is the advantage of singleton class?

0 Answers  


Can we call server-side code (c# or vb.net code) from javascript?

0 Answers  






Explain Constructor and destructor?

0 Answers  


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

0 Answers  


What is the benefit of delegate in c#?

0 Answers  


What is lazy loading entity framework?

0 Answers  


what is class libraries?

1 Answers  


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

0 Answers   HCL, NIC,


Will finally block get executed if the 1exception had not occurred?

3 Answers  


Categories