Write the .net syntax for 'while loop'?


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

Post New Answer

More Dot Net General Interview Questions

How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


Explain what is reflection in microsoft .net context?

0 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


Which property is used in the email to send the content as HTML

1 Answers  


What are nullable types in .NET

0 Answers   TryTechnicals Pvt Ltd,






How many types of generations are there in a garbage collector?

0 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


What is the best way to crack the certification?

0 Answers  


What are the differences between user control and server control?

0 Answers  


What are the contents of assembly?

4 Answers  


1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.

2 Answers   247Customer,


Readonly vs. const?

2 Answers   Hewitt,


Categories