What is deferred execution?


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

Post New Answer

More C Sharp Interview Questions

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  


Why do we need delegates in c#?

0 Answers  


What is scaffolding in c#?

0 Answers  


What happens when thread sleep () method is called?

0 Answers  


Why do we use stringbuilder in c#?

0 Answers  






What are nested classes in c#?

0 Answers  


How long does it take to get a loop recorder put in?

0 Answers  


Why do we use dataset in c#?

0 Answers  


How to use session under class file of APP_Code folder?

0 Answers   ADITI,


Why do we use abstraction in c#?

0 Answers  


Could you explain the difference between func vs action vs predicate?

0 Answers  


What is the use of console readkey in c#?

0 Answers  


Categories