What is a callback c#?


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

Post New Answer

More C Sharp Interview Questions

Which of the following API is used to hide a window?

0 Answers   3i Infotech,


What is the difference between namespace and class?

0 Answers  


What is private virtual in C#?

0 Answers   CDC,


What are strongly typed objects?

0 Answers  


What is a console application in c#?

0 Answers  


What is an assembly in .net?

0 Answers  


What tool we have to use to install assembli in gac folder.

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  


What is console based application?

0 Answers  


Why do we use stringbuilder in c#?

0 Answers  


What are the properties of string?

0 Answers  


What does Dispose method do with the connection object?

2 Answers  


Categories