Is c# static or dynamic?
No Answer is Posted For this Question
Be the First to Post Answer
Explain dataadapter.update method in .net?
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?
Do unused Namespaces in c# affect run-time performance?
Can an Assembly have multiple versions
What is arraylist?
What is int64 in c#?
What are the properties of string?
What are three test cases you should go through in unit testing?
1 Answers Siebel Systems, Wipro,
What is Named parameter in C#?
What is an inheritance ?Give an example in which inheritance is used?
Classes and structs can be declared as static, is this statement true or false?
What is difference between web and window application?