What is the full form of GAC? Explain its uses?


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

Post New Answer

More C Sharp Interview Questions

Give some examples for built in datatypes in c#?

0 Answers  


How cache is implemented in web application for DB queries?

2 Answers   TCS,


What is the difference between readonly and constant in c#

2 Answers   Fulcrum Logic,


How does foreach loop work in c#?

0 Answers  


What is the advantage of singleton class?

0 Answers  






How do you determine whether a string represents a numeric value?

0 Answers  


I want to single value if you give any integer value. Below are examples  1. Input: 123  Output: 6 2. Input: 99   9+9=18   1+8  Output: 9 How to get above output?

1 Answers   AxSys,


Can you prevent your class from being inherited and becoming a base class for some other classes?

3 Answers  


What is reflection c#?

0 Answers  


What is a long in c#?

0 Answers  


What is extended method in c#

3 Answers   iNautix,


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


Categories