Is c# static or dynamic?


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

Post New Answer

More C Sharp Interview Questions

Explain dataadapter.update method in .net?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


Do unused Namespaces in c# affect run-time performance?

0 Answers   HCL,


Can an Assembly have multiple versions

13 Answers   TCS,


What is arraylist?

0 Answers  






What is int64 in c#?

0 Answers  


What are the properties of string?

0 Answers  


What are three test cases you should go through in unit testing?

1 Answers   Siebel Systems, Wipro,


What is Named parameter in C#?

0 Answers  


What is an inheritance ?Give an example in which inheritance is used?

0 Answers   Siebel,


Classes and structs can be declared as static, is this statement true or false?

0 Answers  


What is difference between web and window application?

0 Answers  


Categories