Do vs while c#?


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

Post New Answer

More C Sharp Interview Questions

Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

0 Answers  


What is the purpose of private constructor in c#?

0 Answers  


What is the difference between parse and tryparse in c#?

0 Answers  


I have to create a windows application using C# .net to Modifiy the XML file. The application have to show the node and node value. plz help me.

3 Answers   Merrill Lynch,


Hi, Can we implement the Abstract class on interface in c#, If yes then provide the code implementation

1 Answers   RHR, Wipro,






What are strings in c#?

0 Answers  


Types of polymerphism and explain about dynamic polymerphism?

5 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What does executescalar return in c#?

0 Answers  


What are the advantages of using c#?

0 Answers  


What are c# collections?

0 Answers  


What is difference between dictionary and hashtable?

0 Answers  


Categories